aboyko
3737f03e5a
Re-work java services registration for VSCode
2023-01-10 15:40:04 -05:00
aboyko
7bf669a7a4
No unnecessary support for Java features for Concourse LS
2022-12-21 13:40:40 -05:00
aboyko
06dd3a8f4d
Require Java 17 for vscode extensions
2022-11-23 11:09:37 -05:00
aboyko
df0d85cef7
Start Boot LS if classpath of any project has spring
2022-11-22 15:50:53 -05:00
aboyko
aadf4a0bd4
Add jvm arg -Xlog:jni+resolve=off by default
2022-09-06 14:23:13 -04:00
aboyko
912ac456a3
Upgrade vscode-languageclient to 8.0.2
2022-08-23 19:53:06 -04:00
BoykoAlex
580350564a
Rewrite integration for Spring Boot server and vscode client
2022-05-02 13:02:01 -04:00
BoykoAlex
025b69fae1
Polish auto connect to process for VSCode
2022-04-20 12:52:47 -04:00
BoykoAlex
d350da5992
Doc Symbols proper support
2022-03-10 16:36:01 -05:00
BoykoAlex
29db241bb2
Use redhat java extension embedded JDK to laucnh LS
2022-01-17 15:29:06 -05:00
BoykoAlex
f36671814c
Use LSP progress instead of our own LSP extension
2022-01-14 19:23:38 -05:00
BoykoAlex
2677333593
Handle java-home non-existent folder. More logging for JVM lookup.
2021-08-12 15:28:30 -04:00
BoykoAlex
4447021b79
Switch LS to std in/out from socket with port
2021-08-12 08:48:02 -04:00
BoykoAlex
d377672706
Try Use java.home setting if spring settings for JDK isn't specified
2021-08-11 10:37:54 -04:00
BoykoAlex
94dd78b2fc
Support add/remove classpath listener at runtime
2021-06-03 13:54:09 -04:00
BoykoAlex
b2ebc43bc0
Outline with JDT LS LightWeight mode
2021-05-28 15:16:17 -04:00
BoykoAlex
9616b66de4
Wrong JDK error message in VSCode
2021-03-25 17:33:14 -04:00
BoykoAlex
a4513b87ae
Minimum Java 11 for all spring LS. Upgrade vscode dependencies.
2021-03-19 12:21:10 -04:00
BoykoAlex
5764b82fa7
Remove console.log() call
2020-06-11 14:48:09 -04:00
BoykoAlex
08b1b4de23
Add setting to enable/disable JVM checking. "Do not show again" button for warning msg
2020-06-11 13:43:21 -04:00
BoykoAlex
95547b3b82
Tiny correction
2020-06-02 17:19:28 -04:00
BoykoAlex
e59877221c
PT #169882119 Listen to active editor to update highlights
2020-06-02 16:05:12 -04:00
nsingh@pivotal.io
e01a48b16c
PT 168776173 - Progress service improvements in vscode
...
Fixed a bug and made some improvements in the vscode progress service
such that messages for the same task id can be sent to the same open progress
UI. Previously, the progress UI in vscode will close after the first
message and it was not possible to have a continuous stream
of progress messages appearing in the same open progress UI.
2019-11-14 14:04:59 -08:00
Kris De Volder
b9c491466f
Do not auto-redirect language server logs to file
...
See: https://github.com/spring-projects/sts4/issues/328
2019-07-22 15:12:54 -07:00
Martin Lippert
855887dc08
added vmarg to stop tiered compilation at level 1
2019-07-10 17:03:05 +02:00
BoykoAlex
5468e43963
PT #166315444 : XML content assist for VSCode and Theia
2019-05-28 19:11:47 -04:00
BoykoAlex
f53070f3b5
PT #165978425 : Exploded LS Jar for VSCode
2019-05-14 14:40:40 -04:00
BoykoAlex
737460ae90
PT #152866825 : Progress UI for vscode client
2019-05-10 18:00:56 -04:00
BoykoAlex
bfca34e77d
PT #165285833 : XML beans for VScode, Theia and Atom
2019-04-16 22:47:28 -04:00
Kris De Volder
4230f16fa8
Add support to vscode-spring-boot for custom vm args
2019-04-02 11:30:31 -07:00
BoykoAlex
91d9838fff
PT #164474609 : Light TypeDescriptorData and caching super, sub-types
2019-03-08 12:09:50 -05:00
BoykoAlex
2b2413ee60
JDT LS based index for searches and refactorings to replace Jandex
2019-02-22 17:23:22 -05:00
BoykoAlex
7fe0d75412
PT #163527410 : Don't load source for Eclipse. Ask JDT LS for locations.
2019-02-06 11:21:06 -05:00
BoykoAlex
db429f9c21
PT #162167333 : Ask JDT server for hover links (Eclipse, VSCode)
2018-12-11 18:41:33 -05:00
Kris De Volder
6717306d8f
Convert language servers to Boot apps
2018-10-02 15:39:15 -07:00
nsingh
82ee324191
Minor change in fetching commands from vscode
2018-08-28 19:25:56 +02:00
nsingh
e125d1de75
PT-160007578: Check if commands exist before registering in vscode
2018-08-28 16:47:11 +02:00
BoykoAlex
374b5f0ad7
CodeLens for boot hints in VSCode
2018-08-16 13:38:40 -04:00
BoykoAlex
e92631b036
PT #159690831 : Remove inline boot icon decoration
2018-08-10 10:08:03 -04:00
BoykoAlex
29707d0614
Fix flickering of boot hints for VSCode client
2018-08-02 18:40:50 -04:00
BoykoAlex
819ae52acf
Finalize boot-hint optics change
2018-08-01 17:08:08 -04:00
BoykoAlex
e350da8ab7
Boot hints first trial
2018-07-31 11:08:02 -04:00
Kris De Volder
31482dc34d
Remove obsolete 'sts/project' service support
2018-06-04 13:14:09 -07:00
BoykoAlex
1b33036794
PT #156965730 : Get Javadoc from JDT LS or eclipse client via sts/javadoc
2018-05-31 22:19:28 -04:00
nsingh
ae531ff78c
Show live hovers on all open editors in vscode
2018-05-04 18:31:24 -07:00
Kris De Volder
15e3230e3b
Allow overriding vscode language server options
...
JAVA_HOME and heap can now be overridden by the user from
vscode worspace settings, in a similar way for all our language servers,
by setting XXX.java.home and XXX.java.heap configuration keys.
2018-05-03 12:41:55 -07:00
Kris De Volder
b684bf0d20
Fix bug causing NPE in launch-util
2018-04-02 17:28:21 -07:00
Kris De Volder
7482c26ccb
Trying to improve the 'cleanup' of classpath listeners
2018-03-20 17:23:35 -07:00
nsingh
e16cb6a9c9
Classpath change events now contain classpath info
2018-03-16 12:07:58 -07:00
Kris De Volder
fcb4473025
Partial implementation of 'jdt.ls.addClasspatListener' support
2018-03-15 08:56:18 -07:00