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

Editor decorations disappear/flicker while typing #835

Closed
Tracked by #879
klaussner opened this issue Apr 12, 2023 · 0 comments · Fixed by denoland/deno#19803
Closed
Tracked by #879

Editor decorations disappear/flicker while typing #835

klaussner opened this issue Apr 12, 2023 · 0 comments · Fixed by denoland/deno#19803
Assignees
Labels
bug Something isn't working dx high priority

Comments

@klaussner
Copy link

Describe the bug

Editor decorations like error squiggly lines disappear/flicker while typing, which is a little irritating. The problem may be related to #689, but I'm not sure.

To Reproduce

  1. Open a TypeScript file in a project where the Deno extension is enabled.
  2. Write some code with error squiggly lines.
  3. Type something to see the issue.

Expected behavior

Editor decorations should not change while typing.

Video

The first part of the video shows the flickering issue. The second part shows that the problem no longer exists if the Deno extension is disabled and the default VS Code TypeScript integration is used instead.

Deno-VS-Code.mp4

Versions

vscode: 1.77.3 deno: 1.32.2 extension: 3.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dx high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants