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

fix(server): Fall back to bundled TS version if specified TSDK is too… #1863

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

atscott
Copy link
Collaborator

@atscott atscott commented Feb 17, 2023

… old

We attempt to use the version of typescript defined in the extension options. However, this might be too old for the required version in the bundled Angular compiler. If this happens, we now attempt to resolve the version from the bundled one instead (and print a warning to the output).

Fixes #1855

… old

We attempt to use the version of typescript defined in the extension
options. However, this might be too old for the required version in the
bundled Angular compiler. If this happens, we now attempt to resolve the
version from the bundled one instead (and print a warning to the output).

Fixes angular#1855
@atscott atscott added the target: patch This PR is targeted for the next patch release label Feb 17, 2023
@dylhunn dylhunn assigned dylhunn and unassigned dylhunn Feb 17, 2023
@dylhunn dylhunn self-requested a review February 17, 2023 19:38
@dylhunn dylhunn added the action: merge Ready to merge label Feb 17, 2023
@atscott atscott merged commit 406dac9 into angular:main Feb 21, 2023
atscott added a commit that referenced this pull request Feb 21, 2023
… old (#1863)

We attempt to use the version of typescript defined in the extension
options. However, this might be too old for the required version in the
bundled Angular compiler. If this happens, we now attempt to resolve the
version from the bundled one instead (and print a warning to the output).

Fixes #1855

(cherry picked from commit 406dac9)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular Language Service v15.1.0 crashes on 5 times and is not restarted
2 participants