-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fire JSON schema changed event if an underlying in-memory resource is changed #6035
Conversation
@kpge even if you wait a bit after opening? It could take time to fetch schemas, install them and reapply changes to json LS. |
yes, I've opened the browser(didn't open a json file) or several minutes. |
Hi, what |
@a1994846931931 https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug2 and https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug. they should be used together. I've updated the PR description. |
@akosyakov Sorry, I cannot reproduce #6034. I did the following:
But however I tried, the |
…resource is changed Otherwise JSON language server does not pick up content changes. Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
What it does
Otherwise JSON language server does not pick up content changes.
A bit off-topic:
I wonder why the host process has to be launched to recognize registered debuggers via metadata. Metadata from package.json should be recognized as soon as any VS Code extension is deployed. It could be that an extension code is not activated, but an extension still should contribute debug types and snippets for launch.json @tolusha Is it a bug?
How to test
Review checklist
Reminder for reviewers