From 1f9c4722ccfe18792530277445317b8270f22828 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 10 Apr 2025 11:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/settings.json b/settings.json index d655db8..2446c94 100644 --- a/settings.json +++ b/settings.json @@ -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, } \ No newline at end of file