Paul Verest
d8e7ce177b
Name wording: Tools instead of Support
...
Of course, it is for authors to name their creation.
Nevertheless, there are now 2 VSCode extension with name "Spring Boot Support".
And also current published version is the same version number as previous obsolete: 0.1.4
That make confusion.
Also Tools is used in https://spring.io/tools4
and has been unique word on Eclipse marketplace.
2018-02-27 00:38:22 +08:00
Martin Lippert
315d4286e9
changes due to updated node and npm
2018-02-26 11:14:41 +01:00
Kris De Volder
d0776da4c4
Some tweaks to Spring Boot Extension Pack
...
- Readme should refer to new spring-boot extension insted of the old obsolete
ones
- Changed the name from Spring Boot Dev Pack to Spring Boot Extension Pack
2018-02-23 08:10:22 -08:00
Kris De Volder
6fd38e61a5
Bump version to 0.1.5
2018-02-22 23:24:47 +00:00
Kris De Volder
951c054f10
Remove oboslete projects related to boot-java/boot-properties in atom/vscode/headless
2018-02-22 15:07:04 -08:00
Kris De Volder
e97cf881ed
Update boot dev pack
...
Remove obsolete vscode-boot-java, vscode-boot-properties and
replace with vscode-spring-boot
WARNING: the update pack should not be published yet until
vscode-spring-boot is released to the marketplace.
2018-02-21 13:35:19 -08:00
Kris De Volder
718d60e85d
Change vscode-boot-java in a 'dummy' extension
...
It pops up a message on activation advising user to uninstall it and
install vscode-spring-boot instead.
2018-02-21 13:17:14 -08:00
Kris De Volder
31b30efff4
Fix problem building dummy vscode-boot-properties
2018-02-21 11:23:04 -08:00
Kris De Volder
56b916870f
Merge branch 'master' of github.com:spring-projects/sts4
2018-02-21 11:04:16 -08:00
Kris De Volder
e1fd0cec63
Replace vscode-boot-properties with a dummy extension that shows a warning
...
The warning informs the user the extension is obsolete and to install
vscode-spring-boot instead.
2018-02-21 11:03:56 -08:00
Kris De Volder
175c84acd3
Update developer-notes.md
...
Clarify that old version of extension should be uninstalled when installing a snapshot.
2018-02-20 15:00:53 -08:00
Kris De Volder
6e4141af64
Revert "Attempt to avoid https://github.com/Microsoft/vscode-vsce/issues/238 "
...
It should be fine to revert the workaround. The problem in vsce should be fixed
already.
This reverts commit dcb08077f5 .
2018-02-19 08:37:35 -08:00
Kris De Volder
dcb08077f5
Attempt to avoid https://github.com/Microsoft/vscode-vsce/issues/238
...
Pinning vso-node-api version to 6.1.2-preview seems to work.
2018-02-16 14:18:41 -08:00
Kris De Volder
ffe2ef5b80
Replace READMEs of boot-properties and boot-java with an obsolence message
2018-02-16 11:31:10 -08:00
Kris De Volder
5cd38c07f8
Second attempt to fix readme links
2018-02-16 11:19:08 -08:00
Kris De Volder
ac83a30701
Update broken links in vscode-spring-boot readme to merged java screenshots
2018-02-16 11:11:58 -08:00
Kris De Volder
facac20031
Add java screenshots to vscode-spring-boot
2018-02-16 11:10:18 -08:00
Kris De Volder
81346550cb
Merge branch 'master' of github.com:spring-projects/sts4
2018-02-16 11:04:46 -08:00
Kris De Volder
6e08a66d4b
Merge vscode-boot-java readme into vscode-spring-boot readme
2018-02-16 11:04:30 -08:00
Martin Lippert
b8321fe4be
Merge pull request #39 from Eskibear/pr_si
...
add extension: Spring Initializr Java Support
2018-02-16 13:38:25 +01:00
Kris De Volder
93223d561e
More attempt to fix vscode-spring-boot launcher code
2018-02-15 17:06:07 -08:00
Kris De Volder
abf9e2325e
Add jdk-find logic to vscode-spring-boot launcher also give more heap
...
As this is now a merge of boot-properties and boot-java support it needs
those things, just like boot-java used to need them.
2018-02-15 16:07:36 -08:00
yanzh
4d07218dd1
add extension: Spring Initializr Java Support
2018-02-14 09:20:52 +08:00
Kris De Volder
ae1354d53e
Rename boot-language-server to spring-boot-language-server
...
So it is consistent with the vscode-spring-boot naming.
2018-02-13 11:57:13 -08:00
Kris De Volder
a6e86d4cf7
Rename vscode-boot to vscode-spring-boot
...
To avoid confusing prefix matching between patterns like
vscode-boot-* and vscode-boot-properties-*, vscide-boot-java-*
This would pontially cause weird version strings in concourse resources.
2018-02-13 11:31:20 -08:00
Kris De Volder
6e678863e9
Create vscode-boot extension
...
This will become the 'merged' vscode-boot-java + vscode-boot-propertues
extension.
2018-02-13 11:12:13 -08:00
Kris De Volder
b3fa404a41
Cleanup some debug logging
2018-02-09 18:16:51 -08:00
Kris De Volder
12b788c1f3
Improve error handling in failure to find JRE in JAVA_HOME
2018-02-09 18:01:26 -08:00
Kris De Volder
f8891a4e8d
One more attempt to fix jvm-util.ts to work better on Windows
2018-02-06 14:03:04 -08:00
Kris De Volder
07ca259445
Improved logic for jvm-util.ts so it will find JavaHome better on Windows
2018-02-06 12:01:56 -08:00
Kris De Volder
476dc27e0b
More tweaks to vscode-boot-java jvm finding.
...
Look for a sibling JDK if the found java exe belongs to a jre.
2018-02-05 14:57:53 -08:00
Kris De Volder
4f180c08c1
Repair CI build problem
2018-02-05 10:46:52 -08:00
Kris De Volder
397c62d995
Repair CI build problem
2018-02-05 10:31:23 -08:00
Kris De Volder
a5b9956745
Improved logics for finding JVM / JDK in vscode-boot-java
2018-02-05 10:27:36 -08:00
Kris De Volder
9106ddefe6
Add src to commons-vscode package
...
This is helpfull when debugging.
2018-02-05 10:25:05 -08:00
Kris De Volder
5af98cd419
Fix CI build of boot-java vscode extensions
2018-01-31 17:25:18 -08:00
Kris De Volder
dd1b4ca0e6
Fix CI build of boot-java and boot-properties vscode extensions
2018-01-31 17:15:20 -08:00
Kris De Volder
d61553ce0c
Fix CI build of boot-java and boot-properties vscode extensions
2018-01-31 16:59:47 -08:00
Kris De Volder
2b010183a3
Fix vscode-bosh ci build
2018-01-31 16:52:30 -08:00
Kris De Volder
bedee38a41
Try to fix vscode-manifest-yaml CI build
2018-01-31 16:45:05 -08:00
Kris De Volder
4e9f78ec7b
More attempts to fix vscode ci builds
2018-01-31 16:36:29 -08:00
Kris De Volder
b8d7587a8b
Another attempt at fixing vscode CI builds
2018-01-31 15:32:02 -08:00
Kris De Volder
67e5131718
More robust log file redirection.
...
I.e. directly redirect System.err stream to a file.
Instead of trying to get a hodge-podge of different java logging systems to all send output to the same file.
2018-01-31 14:47:40 -08:00
Kris De Volder
4969e4743d
Update vscode and typescript dependencies.
...
Make stuff build again in node 8.x.x.
Changes made only for vscode-concourse for now. Other extensions need similar changes to package.json file.
2018-01-31 14:44:59 -08:00
Kris De Volder
a9515831d1
Bump version to 0.1.4
2018-01-31 00:00:04 +00:00
BoykoAlex
286d435d53
PT #151978919 VSCode navigation to resource from hovers (POC)
2018-01-19 19:26:29 -05:00
Kris De Volder
f136409df2
Make jvm heap size in vscode-concourse language server configurable by user
2018-01-05 14:50:21 -08:00
BoykoAlex
16888fe1fe
PT #153612030 Don't show tools.jar message for Java 9
2017-12-29 13:22:00 -05:00
Kris De Volder
a3e4ce401a
Fix accidentally committed debug mode
2017-12-22 17:33:08 -08:00
Kris De Volder
1fb0a6acc6
Dynamic CA for github repo uris in concourse resource definitions
2017-12-22 17:14:27 -08:00