9 Commits

Author SHA1 Message Date
aboyko
98e538e7b9 Prepare for once a day pre-release publish build. Turn on manifest build 2023-02-02 17:30:32 -05:00
aboyko
d83f89daac VSCode extensions "pre-release" publishing - manifest yaml 2023-02-01 14:46:04 -05:00
BoykoAlex
a9c0a1df15 Fix build. NPM >7 preinstall after deps installed 2021-12-07 13:25:35 -05:00
Kris De Volder
e0b63ef3d9 Bypass lsp4e filtering to avoid bug in lsp4e 2018-06-13 15:23:58 -07:00
Kris De Volder
6f2b8be802 Split jdt ls extension into two parts
One pugin to contain the bulk of the code, which is independent of jdt.ls, lsp4e and lsp4j.
Second plugin to contain the jdt.ls specific DelegateCommandHandler implementation.

This should allow us to somehow re-use the bulk of the code in STS4 eclipse, i.e. when
we have access to JDT from eclipse directly, and there is no jdt.ls process around.
2018-04-16 14:24:42 -07:00
Kris De Volder
13633746cb Ensure fallbacks kick in JDT LS
When either JDT LS is too old, or
not available... then disbabled the JdtLsProjectCache so that maven / gradle will be used instead.
2018-03-26 14:51:36 -07:00
Kris De Volder
90e52ab6e0 Update build.sh to require less changes in jdt.ls and vscode-java 2018-03-20 14:56:33 -07:00
Kris De Volder
9b249be598 Some experimental command executions 2018-03-13 17:24:45 -07:00
nsingh
a305e2ce53 Implement resolve classpath command 2018-03-08 15:18:42 -08:00