Commit Graph

20 Commits

Author SHA1 Message Date
Kris De Volder
c5df8812fa Some tweaks to log outpur redirection for vscode 2017-11-22 14:37:33 -08:00
Kris De Volder
0cf1e64608 WIP: exploring multi-root workspace protocol in vscode + boot java ls
Note: this code is not working, probably better to start over when the
time comes. This branch is saved just in case it helps seeing the kinds
of changes we might want/need to do.
2017-11-08 09:52:44 -08:00
BoykoAlex
b7a3b4649b Support VSCode extensions launch with JDK9 2017-10-11 11:42:10 -04:00
BoykoAlex
cc3a7add5e [PT-#151762870] boot-java launch support for VSCode 2017-10-10 19:10:33 -04:00
Kris De Volder
bbabae3bd6 Implement highlighter support for eclipse language servers 2017-10-04 14:43:20 -07:00
Kris De Volder
cdf2e9fa44 Add support for 'sts/highlight' protocol extension
Use it too highlight occurrences of the word 'foo' as an example of how to use this.
2017-10-03 16:27:58 -07:00
Kris De Volder
4a6b71f1fb Move cursor after insert required properties quickfix 2017-05-01 17:53:29 -07:00
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
Kris De Volder
a83fbec945 Update to lsp protocol v3 2017-04-19 16:06:39 -07:00
Kris De Volder
4cfca1693f Fix mismatch between client/server name for 'sts.quickfix' command 2017-04-12 16:23:54 -07:00
Kris De Volder
2549956562 Make qucikfix infrastructure work across concourse and cf editors 2017-04-12 11:56:02 -07:00
Kris De Volder
aee00fb487 Add quickfix for missing properties in concourse editor 2017-04-11 17:08:03 -07:00
Kris De Volder
c91f64c38d Explicitly set heap size on vscode cf editor language server. 2017-01-31 16:10:43 -08:00
Kris De Volder
d044e5d5a6 PT- 138052499: Allow enabling verbose trace messages optionally
So its not turned on by default anymore
2017-01-20 10:33:21 -08:00
Martin Lippert
aff3fe5888 refactored the code to connect to a standalone language server process into the commons module 2017-01-20 13:56:50 +01:00
Kris De Volder
74cac95fcb Remove annoying 'Acticating ...' popup 2016-12-08 13:53:47 -08:00
Kris De Volder
5e98569cc7 show 'progress' message while building index. 2016-12-08 09:45:25 -08:00
Kris De Volder
c2cf531956 Create custom protocol for simple progress messages 2016-12-07 16:03:54 -08:00
Kris De Volder
d67f25481b Extract launch code from manifest-yml to commons-vscode 2016-11-14 09:59:49 -08:00
Kris De Volder
3dbf0b39d2 Inroduce 'commons-vscode' to share typescript code between vscode-exts 2016-11-10 14:51:24 -08:00