From 8351d27ec3ad5a4e4df38965c347287c2e5b1082 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 4 Sep 2023 12:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/settings.json b/settings.json index 83b337b..8350c60 100644 --- a/settings.json +++ b/settings.json @@ -25,13 +25,18 @@ "tab.inactiveForeground": "#000000", "quickInput.foreground": "#000000", "editorError.foreground": "#00000000", - }, + ⚠ +Error: Parse error on line 27: +...": "#00000000", }, "C_Cpp.errorS +----------------------^ +Expecting 'STRING', got '}' +}, "C_Cpp.errorSquiggles": "disabled", "C_Cpp.intelliSenseEngine": "default", "C_Cpp.default.cppStandard": "c++11", "C_Cpp.default.cStandard": "c11", "C_Cpp.workspaceParsingPriority": "high", - "editor.fontSize": 12, + "editor.fontSize": 13, "problems.decorations.enabled": false, "editor.tokenColorCustomizations": { "comments":"#7c7c7c", @@ -51,6 +56,7 @@ "gitlens.hovers.enabled": false, "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.recentChange.enabled": false, + "python.linting.pylintEnabled": false, "gitlens.menus": { "editor": false, "editorGroup": false, @@ -81,17 +87,21 @@ "gitlens.blame.compact": false, "editor.largeFileOptimizations": false, "breadcrumbs.enabled": true, - "terminal.integrated.fontSize": 12, + "terminal.integrated.fontSize": 13, + "window.menuBarVisibility": "compact", "files.maxMemoryForLargeFilesMB": 8192, "json.maxItemsComputed": 50000, "cmake.configureOnOpen": false, "extensions.ignoreRecommendations": false, "editor.cursorBlinking": "solid", "window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}", + "python.showStartPage": false, "workbench.colorTheme": "Default Light+", "rust.show_warnings": false, "git.detectSubmodules": false, - "editor.fontFamily": "menlo", + "python.languageServer": "Jedi", + "editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular", + "rst.preview.pythonPath": "", "terminal.integrated.inheritEnv": false, "python.terminal.activateEnvironment": false, "[python]": { @@ -132,7 +142,7 @@ "C_Cpp.clang_format_fallbackStyle": "google", "C_Cpp.clang_format_style": "google", "cmake.configureOnEdit": false, - "window.zoomLevel": 0.5, + "window.zoomLevel": 1, "editor.minimap.showSlider": "always", "editor.minimap.renderCharacters": false, "editor.autoClosingBrackets": "never", @@ -152,14 +162,6 @@ "git.showCommitInput": false, "C_Cpp.loggingLevel": "None", "C_Cpp.default.enableConfigurationSquiggles": false, - "remote.SSH.remotePlatform": { - "10.31.52.13": "linux" - }, - "terminal.integrated.fontWeight": "500", - "editor.fontWeight": "500", - "terminal.integrated.fontFamily": "menlo", - "window.newWindowDimensions": "maximized", - "window.restoreFullscreen": true, - "workbench.layoutControl.enabled": false, - "workbench.statusBar.visible": false + "workbench.statusBar.visible": false, + "workbench.activityBar.visible": false } \ No newline at end of file