文件路徑:
C:\Users\計算機用戶名\AppData\Roaming\Code\User
里面最原始的內容是這樣的:
1 { 2 "workbench.activityBar.visible": true, 3 "extensions.ignoreRecommendations": true, 4 "workbench.startupEditor": "newUntitledFile", 5 "editor.fontSize": 23, 6 "breadcrumbs.enabled": true, 7 "liveServer.settings.donotShowInfoMsg": true, 8 "workbench.editorAssociations": { 9 "*.ipynb": "jupyter.notebook.ipynb" 10 }, 11 "workbench.colorTheme": "Visual Studio Dark - C++", 12 "tabnine.experimentalAutoImports": true, 13 "clangd.detectExtensionConflicts": false, 14 "editor.copyWithSyntaxHighlighting": false 15 }
深入學習,見官網教程文檔:
https://code.visualstudio.com/docs/getstarted/settings(視覺工作室代碼用戶和工作空間設置)