这是我的工作区推荐插件: 大家直接复制(或者追加)到 .vscode/extensions.json文件内就可以了
{ // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp "msjsdiag.debugger-for-chrome", "dbaeumer.vscode-eslint", "jaceanwan.file-comment", "esbenp.prettier-vscode", "waderyan.gitblame", "WallabyJs.quokka-vscode", "wayou.vscode-todo-highlight", "KnisterPeter.vscode-commitizen", "christian-kohler.npm-intellisense", "christian-kohler.path-intellisense", "eg2.vscode-npm-script", "shd101wyy.markdown-preview-enhanced", "dbaeumer.vscode-eslint", "deerawan.vscode-dash", "unbug.codelf", "akamud.vscode-theme-onedark", "DeepScan.vscode-deepscan", "SonarSource.sonarlint-vscode", "donjayamanne.githistory", "shaharkazaz.git-merger", "howardzuo.vscode-git-tags" ]}