chore: fix to vsix

This commit is contained in:
yazart
2026-06-10 17:23:29 +03:00
parent 3e177b3adf
commit de65873e45
15 changed files with 762 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
# The VSIX manifest points at angular/angular, but the VS Code extension source
# lives in angular/vscode-ng-language-service. There is no v20.3.3 tag there;
# v20.3.0 is the nearest public tag for the 20.3 line.
install_dependencies: "corepack enable && corepack prepare yarn@1.22.22 --activate && yarn install --frozen-lockfile"
source_repository: "https://github.com/angular/vscode-ng-language-service.git"
source_ref: "v20.3.0"
build_vsix: "yarn package"
run_tests: "yarn test"
coverage:
enabled: false
threshold: 80