2vscode user settings
Posted xiaoliziaaa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2vscode user settings相关的知识,希望对你有一定的参考价值。
{ "editor.accessibilityPageSize": 14, "editor.fontSize": 14, "editor.fontLigatures": null, "window.zoomLevel": 0, "workbench.colorTheme": "Dracula Soft", "editor.tabSize": 2, "editor.detectIndentation": false, "files.associations": {}, "explorer.confirmDelete": false, "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe", "editor.quickSuggestions": { "strings": true }, "workbench.iconTheme": "vscode-icons", "editor.codeActionsOnSave": null, "workbench.colorCustomizations": {}, "editor.codeActionsOnSave": null, "cSpell.ignoreWords": [ "settings" ], "git.autofetch": true, "liveServer.settings.donotShowInfoMsg": true, "todohighlight.isEnable": true }
以上是关于2vscode user settings的主要内容,如果未能解决你的问题,请参考以下文章