Files
spring-tools/vscode-extensions/commons-vscode
Kris De Volder 954041182b Cleanup/remove custom protocol bits used by quickfixes
Make use of proper LSP V3 apis: `client/registerCapability`, `workspace/executeCommand` and `workspace/applyEdit` instead.
2017-04-20 10:21:57 -07:00
..
2017-04-19 16:06:39 -07:00

commons-vscode

A node+typescript module containing some utilites shared between STS4 vscode-extensions.

Mainly offers utility function(s) to help launch a language-server implemented in Java and then connect to it.