Skip to content

Commit e34776a

Browse files
alan-agius4AndrewKushnir
authored andcommitted
build: correctly use snapshot build repo (angular#64341)
This package depends on `@angulad/language-service` and not `@angular/language-server`. PR Close angular#64341
1 parent 2ecbc4e commit e34776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-ng-language-service/server/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ expand_template_rule(
6666
stamp_substitutions = select({
6767
"//:language_server_package_json_use_snapshot_repo_deps": {
6868
"0.0.0-PLACEHOLDER": "{{STABLE_PROJECT_VERSION}}",
69-
"workspace:*": "github:angular/language-server-builds#{{BUILD_SCM_ABBREV_HASH}}",
69+
"workspace:*": "github:angular/language-service-builds#{{BUILD_SCM_ABBREV_HASH}}",
7070
},
7171
"//conditions:default": {
7272
"0.0.0-PLACEHOLDER": "{{STABLE_PROJECT_VERSION}}",

0 commit comments

Comments
 (0)