文件路径:
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(视觉工作室代码用户和工作空间设置)