Visual Studio Code的用户设置相关
快捷鍵ctrl ,打開設置,或者在命令提示行里,輸入open settings:
workspace setting:
located under the .vscode folder in your root folder.
.vscode文件夾里有個extensions.json文件,里面存放了項目組推薦安裝的Visual Studio Code擴展,例子:
{"recommendations": [// Angular Language Service"Angular.ng-template",// Debugger for Chrome"msjsdiag.debugger-for-chrome",// Prettier - Code formatter"esbenp.prettier-vscode",// The ng lint command uses TSLint under the hood."ms-vscode.vscode-typescript-tslint-plugin"] }啟動Visual Studio Code,會收到推薦安裝的插件提示:
點擊install all即可:
成功安裝:
Recommended settings are stored in recommended-settings.json file. Developers that do wish to follow these settings will have to opt-in by creating settings.json in .vscode folder and copying the whole content over.
If you already have settings.json, then you need to manually merge settings from recommended-settings.json. This is not an automated process, so you should check occasionally for an updated version of recommended-settings.json.
要獲取更多Jerry的原創(chuàng)文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的Visual Studio Code的用户设置相关的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: web自动化--窗口切换
- 下一篇: 如何在 SAP Spartacus 自定