Commit Graph

36 Commits

Author SHA1 Message Date
Kris De Volder
b78efcde18 Fix tsc compile issues
Module commons-vscode renamed
2018-04-02 10:29:47 -07:00
Kris De Volder
e6723005df Try fix CI build 2018-04-02 09:55:47 -07:00
Kris De Volder
c4da17aa72 Make commons-vscode a scoped package 2018-04-02 09:40:49 -07:00
Kris De Volder
502d04d5a3 Cleanups before merging to master
Use proper jdt.ls snapshot udate site instead of locally built one.
Re-enable test running in spring-boot language server.
Remove debug flags from vscode-spring-boot launcher.
2018-03-27 09:45:23 -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
9bc0c20937 Revert "Disable JDT LS classpath support"
This reverts commit 07b7c313f4.
2018-03-22 12:26:14 -07:00
Kris De Volder
07b7c313f4 Disable JDT LS classpath support 2018-03-22 11:51:43 -07:00
Kris De Volder
c2a4ea6286 Merge branch 'master' into jdt-classpath 2018-03-21 14:36:02 -07:00
Kris De Volder
7482c26ccb Trying to improve the 'cleanup' of classpath listeners 2018-03-20 17:23:35 -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
9be6fd9601 Bump version to 0.2.1 2018-03-19 19:08:28 +00:00
Kris De Volder
42772a42dc Bump version to 0.3.0 2018-03-19 18:54:14 +00:00
Kris De Volder
68bb25d673 Add boot-java.hints.on config key back
The information about this config key was lost
from vscode-boot-java in the merge to vscode
spring-boot.

Adding it back.
2018-03-19 10:18:07 -07:00
Kris De Volder
f442c28bff Partially working classpath change mechanics
Prints messages in language server logs, but doesn't really do anything else with the change events yet.
2018-03-15 15:24:19 -07:00
Kris De Volder
93f58f77b9 Merge branch 'master' into jdt-classpath 2018-03-15 09:13:38 -07:00
Kris De Volder
cc2c173091 Bump version to 0.2.0 2018-03-15 15:26:37 +00:00
Kris De Volder
9b249be598 Some experimental command executions 2018-03-13 17:24:45 -07:00
Kris De Volder
bbbda87936 Merge branch 'master' into jdt-classpath 2018-03-13 10:06:42 -07:00
Kris De Volder
efe8049bba Bump version to 0.1.6 2018-03-09 22:11:06 +00:00
nsingh
a305e2ce53 Implement resolve classpath command 2018-03-08 15:18:42 -08:00
Kris De Volder
319bc0124b Simple demo of registering a jdt command 2018-03-06 16:02:35 -08:00
Kris De Volder
3c92ce60cc Update vscode ls client to version 4.0.0 2018-03-05 11:38:19 -08:00
Kris De Volder
8c3af141cd Small change that allows running vscode-spring-boot npm install from git bash on Windows. 2018-03-02 11:28:34 -08:00
Kris De Volder
9f383a9b45 Switch vscode-spring-boot to properties launcher 2018-03-01 22:24:26 -08:00
Paul Verest
d8e7ce177b Name wording: Tools instead of Support
Of course, it is for authors to name their creation.

Nevertheless, there are now 2 VSCode extension with name "Spring Boot Support".  
And also current published version is the same version number as previous obsolete: 0.1.4  
That make confusion.

Also Tools is used in https://spring.io/tools4
and has been unique word on Eclipse marketplace.
2018-02-27 00:38:22 +08:00
Kris De Volder
6fd38e61a5 Bump version to 0.1.5 2018-02-22 23:24:47 +00:00
Kris De Volder
6e4141af64 Revert "Attempt to avoid https://github.com/Microsoft/vscode-vsce/issues/238"
It should be fine to revert the workaround. The problem in vsce should be fixed
already.

This reverts commit dcb08077f5.
2018-02-19 08:37:35 -08:00
Kris De Volder
dcb08077f5 Attempt to avoid https://github.com/Microsoft/vscode-vsce/issues/238
Pinning vso-node-api version to 6.1.2-preview seems to work.
2018-02-16 14:18:41 -08:00
Kris De Volder
5cd38c07f8 Second attempt to fix readme links 2018-02-16 11:19:08 -08:00
Kris De Volder
ac83a30701 Update broken links in vscode-spring-boot readme to merged java screenshots 2018-02-16 11:11:58 -08:00
Kris De Volder
facac20031 Add java screenshots to vscode-spring-boot 2018-02-16 11:10:18 -08:00
Kris De Volder
6e08a66d4b Merge vscode-boot-java readme into vscode-spring-boot readme 2018-02-16 11:04:30 -08:00
Kris De Volder
93223d561e More attempt to fix vscode-spring-boot launcher code 2018-02-15 17:06:07 -08:00
Kris De Volder
abf9e2325e Add jdk-find logic to vscode-spring-boot launcher also give more heap
As this is now a merge of boot-properties and boot-java support it needs
those things, just like boot-java used to need them.
2018-02-15 16:07:36 -08:00
Kris De Volder
ae1354d53e Rename boot-language-server to spring-boot-language-server
So it is consistent with the vscode-spring-boot naming.
2018-02-13 11:57:13 -08:00
Kris De Volder
a6e86d4cf7 Rename vscode-boot to vscode-spring-boot
To avoid confusing prefix matching between patterns like
vscode-boot-* and vscode-boot-properties-*, vscide-boot-java-*

This would pontially cause weird version strings in concourse resources.
2018-02-13 11:31:20 -08:00