Commit Graph

111 Commits

Author SHA1 Message Date
Alex Boyko
d886efd66a Index Elements serialization. Structure view initial work
* WIP

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* `SpringIndexElement` serialization. Initial Structure view in VSCode

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Corrections

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Serialization polishing

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Don't include java.lang.Object in supertypes serialization

Signed-off-by: aboyko <alex.boyko@broadcom.com>

---------

Signed-off-by: aboyko <alex.boyko@broadcom.com>
2025-04-22 13:43:50 -04:00
aboyko
7532aa35a8 Strictly specify application.properties for LS process at launch 2024-10-11 17:19:23 -04:00
aboyko
084d3a9ad7 Apply edit via LSP. Fix maven changes 2024-10-07 16:35:27 -04:00
Alex Boyko
19e3b38804 Slight refactorings and remove maven-model dependency (#1365) (#1366)
* trying to allow manual trigger for publishing vscode pre-releases

* remove usage of proposed chat variable resolver api for now

* remove maven-model dependency and clean up code

---------

Co-authored-by: Udayani Vaka <79973862+vudayani@users.noreply.github.com>
Co-authored-by: Martin Lippert <martin.lippert@broadcom.com>
2024-10-03 08:36:38 -04:00
Martin Lippert
b1bc70840e little polish for spring chat agent 2024-10-02 10:19:15 +02:00
vudayani
25f8eef426 refactor writeMavenDependencies implementation 2024-10-02 10:04:00 +02: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
ada7d7f4be include method definition context to explain spel expressions 2024-08-28 18:27:46 +02:00
vudayani
03ce962774 remove vscode.d.ts and update vscode engine 2024-08-19 12:30:50 +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
ba6fc2ac1b Change GAV computation for TestJars 2024-06-03 20:07:44 -04:00
aboyko
9b60d60035 Show no live boot apps message in log levels UI 2024-04-18 10:05:50 -04:00
aboyko
cb9c438bc8 Live connect command UI shown info message if no running apps found 2024-04-17 16:03:28 -04:00
aboyko
95b8e2f5bd JPQL syntax highlighting via Semantic Tokens 2024-04-15 16:25:45 -04:00
aboyko
f52967d9f8 Get active profiles from the Boot LS 2024-04-05 19:17:17 -04:00
aboyko
eb3d46d400 Prefer connecting via JMX to process. New UI for show/refresh/hide 2024-04-04 12:37:25 -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
aboyko
39bad4f173 Remove duplicate processes from set log levels UI 2024-01-04 13:51:21 -05:00
aboyko
e34b39f3b2 Prompt for changes preview when applying OR recipes 2024-01-03 16:52:58 -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
d6ff60a96e Minimize size of messages for fetching and executing recipes 2023-12-18 20:54:59 -05:00
aboyko
1539bebde3 Integrate needsConfirmation 2023-12-13 19:04:50 -05:00
aboyko
44310b3b45 Tiny UI tweaks around OR upgrades and recipes reload 2023-12-13 13:05:47 -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
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