Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnymorganz/pull-diagnostics-bug
https://github.com/johnnymorganz/pull-diagnostics-bug
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnnymorganz/pull-diagnostics-bug
- Owner: JohnnyMorganz
- Created: 2022-06-22T18:49:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T14:56:51.000Z (over 2 years ago)
- Last Synced: 2024-11-24T20:07:45.516Z (about 1 month ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pull Diagnostics Bug Example
Run the language client with the corresponding server in an empty directory.
Set the logging to messages: `"languageServerExample.trace.server": "messages"`Create a sample plain text file. Close said file.
The client (correctly) sends a `textDocument/diagnostic` when the file is closed. However, the returned diagnostic report is not reflected on the closed file (the returned report has no diagnostic items, i.e. clears the diagnostics, but the old diagnostics still remain)