Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Install Local @angular/language-service BROKEN under Bazel #1815

@gregmagolan

Description

@gregmagolan

Following the instructions at https://github.com/angular/vscode-ng-language-service/blob/main/DEVELOPER.md#install-local-angularlanguage-service no longer works with the Bazel build.

The way it used to work outside of Bazel is not compatible with a Bazel build as it references the npm package built by bazel in the angular/angular WORKSPACE by absolute path which is outside of the vscode-ng-language-service Bazel WORKSPACE and not a dependency that Bazel can consume.

The fix depends on some external changes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions