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

diagnostics leak into the scm view on vscode.dev #55

Open
miguelsolorio opened this issue Mar 17, 2022 · 1 comment
Open

diagnostics leak into the scm view on vscode.dev #55

miguelsolorio opened this issue Mar 17, 2022 · 1 comment

Comments

@miguelsolorio
Copy link

CleanShot.2022-03-17.at.09.14.57.mp4

Steps to Reproduce:

  1. create new file
  2. write some code that will result in error (like python imports)
  3. 🐛 scm view picks up diagnostics

Disabling this extension made the errors go away, this also repros in stable vscode.dev cc @DonJayamanne @rebornix

Related

Version: 1.66.0-insider
Commit: db0525ff4ba814780e901a5b9e399aaf596b9b20
Date: 2022-03-17T05:19:32.143Z
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

@jrieken
Copy link

jrieken commented Mar 17, 2022

Looks like this always returns a language service and that would mean any document in VS Code gets validated

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

No branches or pull requests

2 participants