更新 'settings.json'
This commit is contained in:
parent
99af3af135
commit
8b790ecbc2
|
@ -31,7 +31,7 @@
|
||||||
"C_Cpp.default.cppStandard": "c++11",
|
"C_Cpp.default.cppStandard": "c++11",
|
||||||
"C_Cpp.default.cStandard": "c11",
|
"C_Cpp.default.cStandard": "c11",
|
||||||
"C_Cpp.workspaceParsingPriority": "high",
|
"C_Cpp.workspaceParsingPriority": "high",
|
||||||
"editor.fontSize": 13,
|
"editor.fontSize": 12,
|
||||||
"problems.decorations.enabled": false,
|
"problems.decorations.enabled": false,
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
|
@ -51,7 +51,6 @@
|
||||||
"gitlens.hovers.enabled": false,
|
"gitlens.hovers.enabled": false,
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"gitlens.codeLens.authors.enabled": false,
|
||||||
"gitlens.codeLens.recentChange.enabled": false,
|
"gitlens.codeLens.recentChange.enabled": false,
|
||||||
"python.linting.pylintEnabled": false,
|
|
||||||
"gitlens.menus": {
|
"gitlens.menus": {
|
||||||
"editor": false,
|
"editor": false,
|
||||||
"editorGroup": false,
|
"editorGroup": false,
|
||||||
|
@ -82,26 +81,23 @@
|
||||||
"gitlens.blame.compact": false,
|
"gitlens.blame.compact": false,
|
||||||
"editor.largeFileOptimizations": false,
|
"editor.largeFileOptimizations": false,
|
||||||
"breadcrumbs.enabled": true,
|
"breadcrumbs.enabled": true,
|
||||||
"terminal.integrated.fontSize": 13,
|
"terminal.integrated.fontSize": 12,
|
||||||
"window.menuBarVisibility": "compact",
|
|
||||||
"files.maxMemoryForLargeFilesMB": 8192,
|
"files.maxMemoryForLargeFilesMB": 8192,
|
||||||
"json.maxItemsComputed": 50000,
|
"json.maxItemsComputed": 50000,
|
||||||
"cmake.configureOnOpen": false,
|
"cmake.configureOnOpen": false,
|
||||||
"extensions.ignoreRecommendations": false,
|
"extensions.ignoreRecommendations": false,
|
||||||
"editor.cursorBlinking": "solid",
|
"editor.cursorBlinking": "solid",
|
||||||
"window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}",
|
"window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}",
|
||||||
"python.showStartPage": false,
|
|
||||||
"workbench.colorTheme": "Default Light+",
|
"workbench.colorTheme": "Default Light+",
|
||||||
"rust.show_warnings": false,
|
"rust.show_warnings": false,
|
||||||
"git.detectSubmodules": false,
|
"git.detectSubmodules": false,
|
||||||
"python.languageServer": "Jedi",
|
"editor.fontFamily": "menlo",
|
||||||
"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.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2,
|
||||||
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||||
},
|
},
|
||||||
"workbench.editorAssociations": {
|
"workbench.editorAssociations": {
|
||||||
"*.ipynb": "jupyter-notebook"
|
"*.ipynb": "jupyter-notebook"
|
||||||
|
@ -136,7 +132,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": 0.5,
|
||||||
"editor.minimap.showSlider": "always",
|
"editor.minimap.showSlider": "always",
|
||||||
"editor.minimap.renderCharacters": false,
|
"editor.minimap.renderCharacters": false,
|
||||||
"editor.autoClosingBrackets": "never",
|
"editor.autoClosingBrackets": "never",
|
||||||
|
@ -156,6 +152,14 @@
|
||||||
"git.showCommitInput": false,
|
"git.showCommitInput": false,
|
||||||
"C_Cpp.loggingLevel": "None",
|
"C_Cpp.loggingLevel": "None",
|
||||||
"C_Cpp.default.enableConfigurationSquiggles": false,
|
"C_Cpp.default.enableConfigurationSquiggles": false,
|
||||||
"workbench.statusBar.visible": false,
|
"remote.SSH.remotePlatform": {
|
||||||
"workbench.activityBar.visible": false
|
"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
|
||||||
}
|
}
|
Loading…
Reference in New Issue