mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
837016ccca
With AIO being deprecated those extensions can be removed. PR Close #54698
12 lines
397 B
JSON
12 lines
397 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"BazelBuild.vscode-bazel",
|
|
"ms-vscode.vscode-typescript-tslint-plugin",
|
|
"xaver.clang-format",
|
|
],
|
|
}
|