更新 settings.json
This commit is contained in:
parent
83084d39ab
commit
1f9c4722cc
|
@ -82,7 +82,6 @@
|
|||
"editor.largeFileOptimizations": false,
|
||||
"breadcrumbs.enabled": true,
|
||||
"terminal.integrated.fontSize": 13,
|
||||
"window.menuBarVisibility": "compact",
|
||||
"files.maxMemoryForLargeFilesMB": 8192,
|
||||
"json.maxItemsComputed": 50000,
|
||||
"cmake.configureOnOpen": false,
|
||||
|
@ -90,21 +89,15 @@
|
|||
"editor.cursorBlinking": "solid",
|
||||
"window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}",
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"rust.show_warnings": false,
|
||||
"git.detectSubmodules": false,
|
||||
"editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular",
|
||||
"rst.preview.pythonPath": "",
|
||||
"terminal.integrated.inheritEnv": false,
|
||||
"python.terminal.activateEnvironment": false,
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"workbench.editorAssociations": {
|
||||
"*.ipynb": "jupyter-notebook"
|
||||
},
|
||||
"editor.suggestSelection": "first",
|
||||
"workbench.editor.decorations.badges": false,
|
||||
"open-in-vim.restoreCursorAfterVim": true,
|
||||
"notebook.cellToolbarLocation": {
|
||||
"default": "right",
|
||||
"jupyter-notebook": "left"
|
||||
|
@ -130,7 +123,7 @@
|
|||
"C_Cpp.clang_format_fallbackStyle": "google",
|
||||
"C_Cpp.clang_format_style": "google",
|
||||
"cmake.configureOnEdit": false,
|
||||
"window.zoomLevel": 1,
|
||||
"window.zoomLevel": 1.2,
|
||||
"editor.minimap.showSlider": "always",
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"editor.autoClosingBrackets": "never",
|
||||
|
@ -143,7 +136,6 @@
|
|||
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,
|
||||
"C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None",
|
||||
"editor.lightbulb.enabled": "off",
|
||||
"editor.hover.enabled": false,
|
||||
"terminal.integrated.gpuAcceleration": "on",
|
||||
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
||||
"git.showCommitInput": false,
|
||||
|
@ -153,16 +145,31 @@
|
|||
"workbench.layoutControl.enabled": false,
|
||||
"window.commandCenter": false,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"bitoAI.codeCompletion.setAutoCompletionTriggerLogic": 250,
|
||||
"diffEditor.experimental.showMoves": true,
|
||||
"diffEditor.useInlineViewWhenSpaceIsLimited": false,
|
||||
"black-formatter.args": [
|
||||
"--line-length=120",
|
||||
],
|
||||
"workbench.statusBar.visible": false,
|
||||
"editor.hover.sticky": false,
|
||||
"editor.hover.enabled": false,
|
||||
"editor.hover.above": false,
|
||||
"diffEditor.renderMarginRevertIcon": false,
|
||||
"diffEditor.renderGutterMenu": false,
|
||||
"cmake.pinnedCommands": [
|
||||
"workbench.action.tasks.configureTaskRunner",
|
||||
"workbench.action.tasks.runTask"
|
||||
],
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"editor.stickyScroll.enabled": false,
|
||||
"continue.showInlineTip": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"update.mode": "none",
|
||||
"debugpy.debugJustMyCode": false,
|
||||
"debug.inlineValues": "off",
|
||||
"hediet.vscode-drawio.resizeImages": null,
|
||||
"continue.enableTabAutocomplete": false,
|
||||
"makefile.configureOnOpen": true,
|
||||
"editor.accessibilitySupport": "off",
|
||||
"workbench.statusBar.visible": false,
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"extensions.autoUpdate": false,
|
||||
}
|
Loading…
Reference in New Issue