Commit Graph

19 Commits

Author SHA1 Message Date
Kris De Volder
0f58d6585f Change vscode engine version 1.15 -> 1.15.0
Because vsce doesn't like engine version without a minor version number
2017-09-13 13:49:03 -07:00
Kris De Volder
5cf56cdd7d Fix vscode exentension builds (seems like lsp client needs newer vscode api version) 2017-09-13 13:33:31 -07:00
Kris De Volder
97598c1ba6 Update vscode engine version to fix the CI build 2017-06-15 09:09:13 -07:00
Kris De Volder
003cac4526 Try to fix problems with bumped versions 2017-05-12 15:15:02 -07:00
Kris De Volder
7e0eb834e2 Bump version of vscode extensions to 0.0.5 2017-05-12 22:06:05 +00: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