Update recommended extensions
parent
1f8bf96652
commit
57ec58ed26
|
@ -6,16 +6,19 @@
|
||||||
"angular.ng-template",
|
"angular.ng-template",
|
||||||
"davidanson.vscode-markdownlint",
|
"davidanson.vscode-markdownlint",
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
|
"gitlab.gitlab-workflow",
|
||||||
"hookyqr.beautify",
|
"hookyqr.beautify",
|
||||||
"johnpapa.angular2",
|
"johnpapa.angular2",
|
||||||
"ms-vscode.typescript-javascript-grammar",
|
|
||||||
"ms-vscode.vscode-typescript-next",
|
"ms-vscode.vscode-typescript-next",
|
||||||
"ms-vscode.vscode-typescript-tslint-plugin",
|
"ms-vscode.vscode-typescript-tslint-plugin",
|
||||||
"msjsdiag.debugger-for-chrome",
|
"msjsdiag.debugger-for-chrome",
|
||||||
"visualstudioexptteam.vscodeintellicode",
|
"visualstudioexptteam.vscodeintellicode"
|
||||||
],
|
],
|
||||||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||||
"unwantedRecommendations": [
|
"unwantedRecommendations": [
|
||||||
"eg2.tslint",
|
"eg2.tslint",
|
||||||
|
"ms-azuretools.vscode-docker",
|
||||||
|
"ms-edgedevtools.vscode-edge-devtools",
|
||||||
|
"ms-vscode-remote.remote-wsl"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue