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