https://github.com/angular/angular
Raw File
Tip revision: 77a397b382f21f3fba3012cc43ba098ef39f9ce3 authored by Andrew Scott on 14 March 2024, 15:40:59 UTC
release: cut the v18.0.0-next.0 release
Tip revision: 77a397b
extensions.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",
  ],
}
back to top