1
0
Fork 0
Commit Graph

5 Commits (a23c14ceba79e4de43df471a6501168439dbffe8)

Author SHA1 Message Date
Daniel Leech a23c14ceba changes language server protocol namespace 2018-09-09 12:08:01 +01:00
dantleech 6b819abe16 Moved Message to root namespace 2018-09-09 12:08:01 +01:00
dantleech 7caec17149 Renamed ProtocolBridge namespace to Factory 2018-09-09 12:08:01 +01:00
dantleech 9989043797 All tests pass 2018-09-09 12:08:01 +01:00
Sara Itani 0de7ba8335 Ensure diagnostics are cleared on file deletion (#319)
* Ensure diagnostics are cleared on file deletion
Previously, error diagnostics would not be cleared when a file was deleted while it was closed. This would result in lingering errors in the problems view that could only be cleared by reloading the language server. This fix addresses the issue by adding support for workspace/didChangeWatchedFiles and automatically clearing diagnostics for deleted files.

* add FileEvent constructor
2017-03-01 11:18:37 +01:00