/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/extensions.json
12 строк
425 B
Jeremy Mowery
build(multiple): Recommend installing the angular language service extension and bazel extension (#32599)
08 янв 2026, 16:05
Не верифицирован
08 янв 2026, 16:05
61a089e
Код
Авторство
О чём код?
{ // See http://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": [ "ms-vscode.vscode-typescript-tslint-plugin", "esbenp.prettier-vscode", "angular.ng-template", "bazelbuild.vscode-bazel" ] }