aboyko
c2454a86de
Pick CWD for LS process launched via VSCode
2024-09-23 13:39:03 -04:00
aboyko
790d50f910
CRON parser. Syntax highlighting and validation inside java code.
2024-08-20 12:22:53 -04:00
aboyko
df9fbcdc0c
New LS JAR layout for vscode and eclipse extensions
2024-07-29 17:29:05 -04:00
aboyko
0312d53468
Cleanup `AnnotationHierarchies#hasTransitiveSuperAnnotationType(..)
2024-06-13 13:22:28 -04:00
aboyko
ba6fc2ac1b
Change GAV computation for TestJars
2024-06-03 20:07:44 -04:00
aboyko
2cef64fb64
Upgrade vscode extensions dependencies
2023-12-19 11:30:39 -05:00
aboyko
98e538e7b9
Prepare for once a day pre-release publish build. Turn on manifest build
2023-02-02 17:30:32 -05:00
aboyko
9a8ab05804
VSCode engine ^1.67 and types 1.67
2023-02-01 18:40:13 -05:00
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
3cd3148068
Update dev dependencies to fix the build
2022-10-11 13:27:09 -04: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
4f51a85231
Update dependencies to silence dependency bit
2022-04-20 13:00:28 -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
0d28a120e7
Use execFileSync instead of execSync
2022-02-03 13:00:24 -05:00
BoykoAlex
19809197c8
JRE with spaces in the path
2022-02-02 11:38:44 -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
54e67557b4
Update deps
2021-12-07 10:20:06 -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
BoykoAlex
6c39a11e98
Allow vscode extensions to work with the latest Theia
2020-03-18 18:40:40 -04:00
Kris De Volder
633f94b721
Fixci build issue vscode-manifest-yaml
2020-03-17 12:09:21 -07:00
Kris De Volder
778fba64f4
Try fix ci build
2020-03-17 11:00:17 -07:00
Kris De Volder
d05075ed63
Update vscode-manifest-yaml dependencies
2020-03-17 10:52:00 -07:00
Kris De Volder
f1ac605652
Try to fix npm audit fail in vscode builds
2020-03-17 10:14:32 -07: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
4c87d8384e
Apply npm audit-fix on vscode-concourse and vscode-commons
2019-10-22 13:48:38 -07:00
Kris De Volder
c017d6bdf9
Revert "Apply npm audit-fix on vscode-concourse and vscode-commons"
...
Deliberately bring back security vulnerability to test if build script
catches it and fails.
This reverts commit 2315a29ade .
2019-10-22 13:33:52 -07:00
Kris De Volder
2315a29ade
Apply npm audit-fix on vscode-concourse and vscode-commons
2019-10-22 11:45:49 -07:00
Kris De Volder
0b1f215db1
Update node types version (for latest ts compatibility)
2019-10-02 13:19:48 -07:00
Kris De Volder
a8d0992f2e
Update typescript compiler version
2019-10-02 13:08:43 -07:00
Kris De Volder
eeb8ef4188
Upgrade jvm-launch-util dep to 0.0.14
2019-09-11 15:50:29 -07: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