Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to specify which Angular version is used #2118

Open
2 tasks done
188599 opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks done

Provide a way to specify which Angular version is used #2118

188599 opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@188599
Copy link

188599 commented Nov 20, 2024

Is your feature request related to a problem? Please describe.
While you have multiple Angular projects in the same vscode workspace it will choose one of the project's version to use it as base, which is problematic if you have multiple different versions.

🚀 feature request

Description

It seems that currently there's no way to choose a specific version to be used and you need to rely on the version detection to find the correct version for the project, but that may not be possible in some edge cases, e.g. the multiple Angular projects in the workspace as mentioned above.

Feature Type

What does this bug affect

  • Angular Language Service VSCode extension
  • Angular Language Service server

Describe the solution you'd like

Either provide a way to specify a specific version in the extension's settings or have the manual detection detect all the different Angular versions and ask the user to pick one.

Describe alternatives you've considered

The only workaround at the moment seems to be not using the workspace, or at least not have multiple versions of Angular in the same workspace.

Anything else relevant?

Just to mention here that other people seem to have ran into this same problem.

@188599 188599 added the feature label Nov 20, 2024
@188599 188599 changed the title Provide a way to specify which the version of Angular to be used Provide a way to specify which Angular version is used Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant