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

Test diagnostics reading api #48411

Closed
2 tasks done
jrieken opened this issue Apr 23, 2018 · 1 comment
Closed
2 tasks done

Test diagnostics reading api #48411

jrieken opened this issue Apr 23, 2018 · 1 comment

Comments

@jrieken
Copy link
Member

jrieken commented Apr 23, 2018

Refs: #30075

Complexity: 1

Diagnostics that are kept in the extension host and now accessible to other extensions. There is new API for this, namely: vscode.languages.getDiagnostics(uri), vscode.languages.getDiagnostics(), and vscode.languages.onDidChangeDiagnostics. Make sure the API is easy to understand and work with.

@jrieken jrieken added this to the April 2018 milestone Apr 23, 2018
@jrieken
Copy link
Member Author

jrieken commented Apr 23, 2018

FYI - to test against the latest API do the following:

  • open your extensions package.json file
  • change the engine.vscode property to *
  • run npm run postinstall (assuming you have the vscode module as dev-dependency)
  • undo the engine-version change from step 2

@ramya-rao-a ramya-rao-a removed their assignment Apr 24, 2018
@mjbvz mjbvz removed their assignment Apr 24, 2018
@mjbvz mjbvz closed this as completed Apr 24, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants