1261 Commits

Author SHA1 Message Date
aboyko
6979975444 Security switch to DSL syntax problem markers (no fix proposals) 2023-02-17 19:12:48 -05:00
aboyko
a19082813f Shared properties metadata file preference setting 2023-02-13 18:41:04 -05:00
aboyko
fbbb6fbcfd Eclipse Spring preferences re-organization 2023-02-13 12:29:15 -05:00
aboyko
42e714faad Spring IO Generations API validation 2023-02-07 19:08:08 -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
64a1e79107 VSCode engine 1.64 or higher 2023-02-01 18:02:25 -05:00
aboyko
d83f89daac VSCode extensions "pre-release" publishing - manifest yaml 2023-02-01 14:46:04 -05:00
Kris De Volder
4c9179efd9 Bump version to 1.45.0 2023-02-01 07:37:48 +00:00
Martin Lippert
4bc23a5068 update version and publish new boot-pack to vscode marketplace with updated extension ids 2023-02-01 08:24:13 +01:00
Martin Lippert
f4cfeb82bf updated changelogs for 4.17.2 - 1.44.0 release 2023-01-31 10:41:14 +01:00
Martin Lippert
82bc276d71 switch to new vmware publisher org 2023-01-30 20:41:55 +01: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
d84ecc240c Trim down Boot vscode extension activation events 2023-01-10 16:52:17 -05:00
aboyko
3737f03e5a Re-work java services registration for VSCode 2023-01-10 15:40:04 -05:00
Kris De Volder
c79cc62c9d Bump version to 1.44.0 2023-01-03 20:07:24 +00:00
Martin Lippert
1edc6a3476 updated changelogs for 4.17.1 (1.43.0) release 2023-01-02 10:01:25 +01:00
aboyko
7bf669a7a4 No unnecessary support for Java features for Concourse LS 2022-12-21 13:40:40 -05:00
Martin Lippert
10da2d17f6 update version of boot extension pack 2022-12-14 14:54:55 +01:00
Kris De Volder
3989f2563c Bump version to 1.43.0 2022-12-13 00:28:05 +00:00
aboyko
c3c9f9a892 CHANGELOG updates for vscode extensions patch release 2022-12-08 08:41:24 -05:00
aboyko
88541f6010 Enable Classpath listener when Boot LS is started via command 2022-12-07 18:27:07 -05:00
Kris De Volder
5b2c3261e4 Bump version to 1.42.0 2022-12-07 11:29:32 +00:00
Martin Lippert
888b3de223 updated changelog with the latest fixes 2022-12-06 08:58:11 +01:00
Yan Zhang
95cca83078 update walkthrough about creating projects
Changes:
- Use "Spring Initilizr" instead of "Spring" to locate the create project command, otherwise there would be lots of other Spring related commands on the list.
- remove "in VS Code" and duplicate "Spring Boot" for simplicity, as the section is all about that, which should be safe and won't cause confusion.
2022-12-06 11:53:42 +08:00
Martin Lippert
832cfc3a52 Merge pull request #907 from Eskibear/walkthru
refine walkthrough steps
2022-12-05 19:07:02 +01:00
Yan Zhang
a225c8c6a7 fine tune theme color
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-12-05 19:43:54 +08:00
Martin Lippert
a0620c1a7a updated changelogs for 1.41.0 / 4.17.0 release 2022-12-05 10:27:25 +01:00
Yan Zhang
d02ff55778 update themable SVGs
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-12-05 10:30:10 +08: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
fb3f20c3ea Unnecessary @Repository problem and quickfix 2022-12-01 19:09:24 -05:00
aboyko
88b591450a Polishing Rewrite integration 2022-12-01 18:35:39 -05:00
Yan Zhang
cf7043effc refine walkthrough steps 2022-11-29 21:36:21 +08:00
aboyko
61d6d1ded0 Adopt Rewrite Boot 3 upgrade 2022-11-28 17:19:37 -05:00
aboyko
434cea41e1 Remove generations and their preferences 2022-11-28 09:12:48 -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
Martin Lippert
af37a441ee fix typo 2022-11-22 08:39:15 +01:00
Nieraj Singh
9caadd005a Added preferences for minor and patch validation 2022-11-17 12:15:36 -08:00
Martin Lippert
48c432517a update light theme icon to point to correct black foreground one 2022-11-17 14:04:37 +01:00
Martin Lippert
2dc31e48cf Merge pull request #845 from bmalehorn/bm/vscode-light-mode-icon
add simple dark foreground icon for light mode
2022-11-17 14:02:10 +01:00
aboyko
09c62da414 Upgrade to latest patch. CodeAction list rather than single and more
1. CodeAction array rather than single code action expected
2. Support upgrade to the latest patch version
3. Boot version validation async from java sources validation
4. Labels for boot version quick fixes
2022-11-16 17:05:07 -05:00
Nieraj Singh
6bcaef95eb GH-884: Added preferences for version validation
Adopted existing preferences used for Boot 2, Boot 3, etc..
2022-11-15 07:54:27 -08:00
aboyko
5b5ac912ad Start Boot LS properly when invoking Rewrite Refactorings command 2022-11-11 17:10:32 -05:00
aboyko
7594a743cf Upgrade Recipe wrapper with AddRepository 2022-11-10 13:34:04 -05:00
Yan Zhang
ff23009d8c add blurb text about dashboard 2022-11-09 21:04:29 +08:00
Yan Zhang
08a6d456b7 Add shortcut to dashboard
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-11-09 13:09:51 +08: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