Kris De Volder
c7ebdd035d
Merge pull request #301 from jghiloni/master
...
Add support for Concourse 5.x in_parallel step
2019-05-29 15:27:35 -07:00
BoykoAlex
d181c17d2b
PT #166343444 : Type hierarchy for anonymous inner types
2019-05-29 18:13:47 -04:00
Josh Ghiloni
877b0e217f
Support icon attribute on resource definitions
...
Resolves #303 . Allows the language server to recognize the `icon`
attribute supported on resources in Concourse 5.x
2019-05-29 16:01:11 -06:00
Kris De Volder
ef1195e9a8
Disable p2 mirrors in mvn cache build
2019-05-29 12:50:26 -07:00
Josh Ghiloni
f62fecdc02
Replace HTML description with Markdown
2019-05-29 10:38:52 -06:00
Josh Ghiloni
bcd1f20a5a
Add support for Concourse 5.x in_parallel step
...
Resolves #300 . Because `in_parallel` is a drop-in replacement for
`aggregate`, the code has been designed to mimic `aggregate` exactly.
2019-05-29 08:38:49 -06:00
BoykoAlex
5468e43963
PT #166315444 : XML content assist for VSCode and Theia
2019-05-28 19:11:47 -04:00
Kris De Volder
7c3cce32a9
Make spring-boot-ls request batched classpath events ...
...
...and make it handle them properly, but also retain
support for non-batched events for backwards compatibility
with clients that don't support batched events.
2019-05-28 12:14:42 -07:00
Kris De Volder
fb0ddc0469
Refactor classpath notification job
...
Change it so there is one job per subscriber to handle communication
with that particular subscriber.
This will allow the job to behave differently depending on whether
that subscriber supports batched update events.
2019-05-28 12:14:42 -07:00
Kris De Volder
8bffa95742
Towards batched classpath events
...
- add parameter to 'addClasspathListener' to request
batched events.
- Create a single SendClasspathNotificationsJob that
processes classpath notifications in batches.
2019-05-28 12:14:42 -07:00
Martin Lippert
490c45b4b3
added trigger charactor config for xml language to enable completions in xml files in vscode
2019-05-28 11:39:47 +02:00
Martin Lippert
821d8be572
fixed wrong version for tycho source plugin
2019-05-28 11:38:46 +02:00
BoykoAlex
7fde0bc301
PT #166273505 : Fix JSON -> POJO conversions for arbitrary map
2019-05-27 18:07:59 -04:00
Kris De Volder
5563962dc7
Bump ls version to 1.8.0, eclipse bits
2019-05-24 11:55:16 -07:00
Kris De Volder
100d4b0e78
Bump version to 1.8.0
2019-05-24 18:43:50 +00:00
Martin Lippert
becbf55ee7
updated versions to 4.3.0
2019-05-24 10:22:14 +02:00
nsingh@pivotal.io
aa425f5ab5
Fixed markdown spacing with @Value live hover
2019-05-23 12:03:07 -07:00
BoykoAlex
ef2ed67dc1
Put back tools.jar on the classpath
2019-05-23 13:48:07 -04:00
Martin Lippert
cbfeb6a0a3
initial dev documentation
2019-05-23 12:02:33 +02:00
Martin Lippert
9a76c332bf
Merge branch 'master' of github.com:spring-projects/sts4
2019-05-23 09:11:07 +02:00
Kris De Volder
5bec241272
Convert boot-ls application.yml to .properties again
2019-05-22 13:23:05 -07:00
Kris De Volder
f1c9551b5d
Update vscode dev dependency to latests
2019-05-22 11:42:38 -07:00
Kris De Volder
42e581555a
Small tweak to CompletionServerCapabilityRegistration
...
Don't set trigger characters if none are configured for a given language.
2019-05-22 11:27:26 -07:00
Kris De Volder
e9256143d8
Fix packaging issue in vscode-spring-boot
2019-05-22 11:00:26 -07:00
Kris De Volder
5c5d535556
Trigger characters per language
2019-05-22 10:36:48 -07:00
Kris De Volder
7fe67c90c6
Merge branch 'master' of github.com:spring-projects/sts4
2019-05-22 10:35:11 -07:00
Kris De Volder
e47fb7ede3
Tweaks to SpringXmlCompletions
2019-05-22 10:31:46 -07:00
Kris De Volder
13f7f4da46
More tweak to hover spacing
2019-05-22 10:29:42 -07:00
Kris De Volder
0e9ab379c9
Remove obsolete/experimental pipelinebuilder
2019-05-22 10:18:51 -07:00
Kris De Volder
71c1526255
Tweaks to Live hover spacing
2019-05-22 10:17:56 -07:00
Kris De Volder
5be48c847d
Add fix for m2e maven-archiver plugin bug
2019-05-22 10:14:53 -07:00
Kris De Volder
48021cac43
Update Changelogs for 4.2.2.RELEASE
2019-05-22 10:13:29 -07:00
Martin Lippert
89dfd91cbd
updated m2e-wtp update site to fix issue with maven-jar-plugin support
2019-05-22 10:31:24 +02:00
Martin Lippert
0c7b45ceba
moved util-namespace-based elements to correct definition
2019-05-22 10:16:31 +02:00
Martin Lippert
9e62a40f02
vscode extension changelogs updated for upcoming 4.2.2 release
2019-05-22 10:16:31 +02:00
nsingh@pivotal.io
5225dd6872
PT 164151420 - Make Value live hover info consistent format
2019-05-21 18:11:13 -07:00
nsingh@pivotal.io
d2c2325fcc
PT 164151420 - Make RM live hover info consistent format
2019-05-21 17:57:43 -07:00
BoykoAlex
e05f66d5b7
Do not update CodeMinings in Eclipse if Live Bean CodeLens off
2019-05-17 18:18:31 -04:00
Kris De Volder
a247958351
Avoid refreshing highlights/codelenses when...
...
...nothing has changed. The refresh can be very expensive
if user has enabled code minings.
See: https://github.com/spring-projects/sts4/issues/292
2019-05-17 12:58:30 -07:00
Kris De Volder
6a56a87ab9
Use locally-built fatjar during development
2019-05-17 12:58:30 -07:00
BoykoAlex
93d7b0290e
PT #163378521 : Test added
2019-05-17 14:40:01 -04:00
Kris De Volder
79d8e1ab43
Some tweaks to license download
...
... related to http -> https conversion
2019-05-16 14:22:37 -07:00
Kris De Volder
0c7576e1f8
Revert "Temporary comment out language server licence copying"
...
This reverts commit 6e4ed0ab9b .
2019-05-16 12:45:28 -07:00
Kris De Volder
6e4ed0ab9b
Temporary comment out language server licence copying
2019-05-16 11:56:53 -07:00
BoykoAlex
13a1ba088b
PT #164318678 : Live hovers for beans with non-standard ids
2019-05-16 14:24:10 -04:00
Kris De Volder
0290842dfb
Add commend about enabling JMX adminbean in language server
2019-05-15 16:10:36 -07:00
Kris De Volder
30f8e2d48c
Fix IndexOutOfBoundsException from GithubValueParser
2019-05-15 11:25:23 -07:00
BoykoAlex
1e07fd438e
PT #165890357 : Bundle LS plugins as directories
2019-05-14 17:48:51 -04:00
BoykoAlex
806495b2a3
PT #165978425 : Theia LS folder location
2019-05-14 16:00:29 -04:00
BoykoAlex
f53070f3b5
PT #165978425 : Exploded LS Jar for VSCode
2019-05-14 14:40:40 -04:00