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

repo: pin ts plugins #12212

Merged
merged 1 commit into from
Feb 23, 2023
Merged

repo: pin ts plugins #12212

merged 1 commit into from
Feb 23, 2023

Conversation

vince-fugnitto
Copy link
Member

@vince-fugnitto vince-fugnitto commented Feb 23, 2023

What it does

The commit pins the version of typescript plugins used as builtins in the repository due to an issue when modifying contents of the file. The source of the bug still needs to be investigated further when we upgrade again.

The issue results in newlines (enter) producing odd output:

ts-bug.mp4

How to test

  1. start the application and open a ts file
  2. language features, syntax highlighting should work as expected
  3. add newlines to a ts file, the content should be as expected

Review checklist

Reminder for reviewers

The commit pins the version of typescript plugins used as builtins in
the repository due to an issue when modifying contents of the file. The
source of the bug still needs to be investigated further when we upgrade
again.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
@vince-fugnitto vince-fugnitto added typescript issues related to the typescript language builtins Issues related to VS Code builtin extensions labels Feb 23, 2023
Copy link
Contributor

@marcdumais-work marcdumais-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - tested locally and the weird issue is not present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins Issues related to VS Code builtin extensions typescript issues related to the typescript language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants