72 Commits

Author SHA1 Message Date
aboyko
7532aa35a8 Strictly specify application.properties for LS process at launch 2024-10-11 17:19:23 -04:00
vudayani
f9949d6480 move Spring Cli commands implementation to language server 2024-10-02 10:04:00 +02:00
vudayani
3d18619e98 copilot spring boot agent implementation 2024-10-02 10:04:00 +02:00
vudayani
578ca3ec4e Explain spel expressions and queries with copilot 2024-08-16 10:11:43 +02:00
aboyko
df9fbcdc0c New LS JAR layout for vscode and eclipse extensions 2024-07-29 17:29:05 -04:00
aboyko
95b8e2f5bd JPQL syntax highlighting via Semantic Tokens 2024-04-15 16:25:45 -04:00
aboyko
aed212796f Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse 2024-03-28 13:02:25 -04:00
aboyko
63a99baff8 Setting for browser to open live request mapping URL via CodeLens 2024-03-22 10:19:12 -04:00
aboyko
01a69ba306 Remove JVM arg generating heap dump files on out of memory errors 2024-03-21 11:33:00 -04:00
aboyko
d3af0a32f9 Preference setting to turn on/off TestJars support 2024-03-04 19:28:37 -05:00
aboyko
52dd4d2ff5 IDE support for TestJars: maven projects in the workspace only 2024-03-01 15:23:12 -05:00
vudayani-vmw
e319e43deb Log Levels View
* fetch and display loglevels

* change log levels for packages

* clean up logs

* address review comments

* switch the CONNECT_TO_LS key

* Avoid caching loggers data

* add copyright headers

---------

Co-authored-by: V Udayani <vudayani@vudayaniSMD6M.vmware.com>
2023-12-20 16:23:32 -05:00
aboyko
d7ae292fd8 Http Proxy server support 2023-09-13 15:48:58 -04:00
aboyko
e574eb34e1 No prompt for reconciling pref 2023-08-28 09:54:10 -04:00
aboyko
4124efce85 CodeActions to JDT reconciler. Don't use OR CU cache. 2023-08-18 14:57:48 -04:00
BoykoAlex
97dcd45d56 Fix URIs for Win for vscode-spring-boot 2023-08-02 17:32:55 -04:00
BoykoAlex
5717fd0470 Let doc uris on win to be escaped. Only up case drive letter 2023-07-18 16:36:29 -04:00
aboyko
6496537e61 Modulith integration improved with manual refresh 2023-07-11 19:49:35 -04:00
aboyko
dce6b105f7 'jdt' scheme URI links turned into 'command' scheme URIs 2023-03-16 17:18:03 -04:00
aboyko
c1accd1016 Add URL link to Additional Java Reconcile popup 2023-01-19 16:07:45 -05:00
aboyko
3447adfc9e Boot LS console char limit. Extra VM args for Boot LS 2023-01-17 15:49:12 -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
88541f6010 Enable Classpath listener when Boot LS is started via command 2022-12-07 18:27:07 -05:00
aboyko
ae3c6193af Popup label adjustments 2022-12-02 10:27:54 -05:00
aboyko
c262b5ac50 Prompt to enable Spring Boot Java source reconciling 2022-12-01 22:18:52 -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
0fb7e7daca Minimal Spring Factories support in Boot LS 2022-10-20 20:22:46 -04:00
Kris De Volder
20f11c1c5f Fix spring-boot.ls config options
They were not properly being synchronised with the user's / workspace
settings.
2022-08-22 15:42:52 -07:00
aboyko
722a8cf6d5 Better rewrite recipe integration into IDE quick fix and assist 2022-07-13 19:29:26 -04:00
BoykoAlex
580350564a Rewrite integration for Spring Boot server and vscode client 2022-05-02 13:02:01 -04:00
Yan Zhang
f332ae4e69 add extension APIs to get live data
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-04-02 18:40:31 +08:00
BoykoAlex
433d8ba27d URI converter for VSCode typo fix 2022-03-11 13:51:39 -05:00
BoykoAlex
d350da5992 Doc Symbols proper support 2022-03-10 16:36:01 -05:00
BoykoAlex
9ef209da74 vscode-spring-boot: Setup vm args for auto connect to launched app 2022-02-15 12:35:34 -05:00
BoykoAlex
94dd78b2fc Support add/remove classpath listener at runtime 2021-06-03 13:54:09 -04:00
Kris De Volder
d1c6d025c8 Fix https://github.com/spring-projects/sts4/issues/635
After fixing typo in classname also have to fix this in
main.ts vscode launcher.
2021-05-05 10:20:55 -07:00
BoykoAlex
a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. 2021-03-19 12:21:10 -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
Kris De Volder
f102f2cfe7 Add live process management commands to vscode 2019-10-02 11:39:26 -07:00
Kris De Volder
5bec241272 Convert boot-ls application.yml to .properties again 2019-05-22 13:23:05 -07:00
Kris De Volder
e9256143d8 Fix packaging issue in vscode-spring-boot 2019-05-22 11:00:26 -07:00
Kris De Volder
0e9ab379c9 Remove obsolete/experimental pipelinebuilder 2019-05-22 10:18:51 -07:00
BoykoAlex
f53070f3b5 PT #165978425: Exploded LS Jar for VSCode 2019-05-14 14:40:40 -04:00
BoykoAlex
744ffe074e PT #164318678: Support for Jar sources processing by Boot LS 2019-05-01 16:11:32 -04:00
BoykoAlex
bfca34e77d PT #165285833: XML beans for VScode, Theia and Atom 2019-04-16 22:47:28 -04:00
nsingh
e125d1de75 PT-160007578: Check if commands exist before registering in vscode 2018-08-28 16:47:11 +02:00
nsingh
904468c632 Some changes to RM code lenses
Added command for direct navigation to URL in vscode editor.
2018-08-24 09:02:32 +02:00
nsingh
9f04acb992 Use 'file' scheme in doc selector 2018-08-17 22:45:24 +02:00