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) workaround for unbalanced bracket #1593

Merged
merged 1 commit into from Aug 22, 2022

Conversation

jasonlyu123
Copy link
Member

For #1586. According to the workaround from the VSCode team, see vuejs/language-tools#1677 (comment). These highlight scopes are all in the typescript TM language so the workaround should also apply to us.

I tried with a VSCode version before this config was supported and it doesn't throw an error so it is probably fine to workaround it for now.

Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

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

Nice! Let's keep the referenced issue open as a reminder to someday remove it once it's fixed in VS Code

@dummdidumm dummdidumm merged commit eb2e8cd into sveltejs:master Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants