We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #48411
When using the vscode.languages.onDidChangeDiagnostics, I see the below error.
vscode.languages.onDidChangeDiagnostics
I am testing using a sample extension in dev mode (i.e F5 on the extension's code)
This doesnt happen when using vscode.languages.getDiagnostics in the absence of vscode.languages.onDidChangeDiagnostics
vscode.languages.getDiagnostics
The text was updated successfully, but these errors were encountered:
Since onDidChangeDiagnostics is available in the vscode.d.ts it is no longer in "proposed state" and should be available for use.
onDidChangeDiagnostics
vscode.d.ts
Sorry, something went wrong.
3936999
Thanks @mjbvz
jrieken
No branches or pull requests
Testing #48411
When using the
vscode.languages.onDidChangeDiagnostics
, I see the below error.I am testing using a sample extension in dev mode (i.e F5 on the extension's code)
This doesnt happen when using
vscode.languages.getDiagnostics
in the absence ofvscode.languages.onDidChangeDiagnostics
The text was updated successfully, but these errors were encountered: