Commit Graph

82 Commits

Author SHA1 Message Date
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
a9060058d3 Don't add JMX rags for tests launches 2023-05-15 12:59:33 -04:00
aboyko
a3a83eb70a SpringModelService minor refactoring and flattening 2023-05-10 11:55:04 -04:00
Martin Lippert
2dfcdd0f29 unified protocol message names around new spring index to spring/index 2023-05-10 14:00:30 +02:00
aboyko
dfe0c51331 Beans model extension API for VSCode 2023-05-08 18:57:45 -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
88b591450a Polishing Rewrite integration 2022-12-01 18:35:39 -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
5b5ac912ad Start Boot LS properly when invoking Rewrite Refactorings command 2022-11-11 17:10:32 -05:00
Martin Lippert
fdeb9fe730 GH-862: expose all actuators via JMX for live hovers automatically when launching 2022-11-07 12:45:13 +01:00
V Udayani
103e225f7b Fetch metrics with tags 2022-10-26 12:36:27 -04:00
V Udayani
c6f905bd0f fetch memory metrics for process 2022-10-26 12:36:27 -04:00
aboyko
0fb7e7daca Minimal Spring Factories support in Boot LS 2022-10-20 20:22:46 -04:00
aboyko
ec8a5a87ba No auto-connect for test launch in vscode 2022-09-27 10:19:28 -04:00
aboyko
1a708a44e8 Runtime load recipes yml/jar. Offscreen doc quick fix. 2022-09-22 17:45:08 -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
16bb028eea Mac ARM needs -Djava.rmi.server.hostname=localhost for JMX connection 2022-08-11 14:26:58 -04:00
aboyko
722a8cf6d5 Better rewrite recipe integration into IDE quick fix and assist 2022-07-13 19:29:26 -04:00
aboyko
f5f0dcbc50 VScode internal console auto-connect fixed 2022-06-27 12:47:51 -04:00
BoykoAlex
cd5d0d786a Show recipe parameters. Load recipes from descriptors. 2022-06-15 23:31:09 -04:00
BoykoAlex
184e77afae Hierarchical Recipes UI for vscode 2022-06-01 13:30:09 -04:00
BoykoAlex
24117a4cc0 [vscode] Do not attempt to auto-connect if actuators not on classpath 2022-05-31 10:32:52 -04:00
Kris De Volder
006cbd0721 Refine api for connected process listeners
Events now include some extra information instead of just processKey.
2022-05-09 16:12:59 -07: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
15722b017c Connect to Spring process directly, no tracking 2022-04-19 14:53:20 -04:00
Kris De Volder
08df5125a4 Add 'listConnectedProcesses' to public api 2022-04-06 13:37:09 -07:00
Yan Zhang
f7ec7590a9 sts-vscode: fix extension api implementation
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-04-06 10:10:43 -04:00
Kris De Volder
37e495f20c Some tweaks to PR 751 2022-04-05 15:52:11 -07: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