Commit Graph

3241 Commits

Author SHA1 Message Date
Martin Lippert
fe93ab71b7 Update README.md 2019-06-06 09:17:04 +02:00
Kris De Volder
8efc5cafc8 Resolve/fix nohttp violations 2019-06-05 15:58:30 -07:00
Kris De Volder
7f316b5679 Merge branch 'master' of github.com:spring-projects/sts4 2019-06-05 14:42:47 -07:00
Kris De Volder
154eb64a39 Add nohttp script 2019-06-05 14:42:32 -07:00
BoykoAlex
bdd9c1c828 PT #166273505: Guard against no AST node for offset in YAML 2019-06-05 11:51:11 -04:00
Kris De Volder
83d7ddecd7 Add Remote apps prefs page
This was moved from boot dash.

See: https://www.pivotaltracker.com/story/show/163360865
2019-06-04 12:27:04 -07:00
Martin Lippert
c1ec235398 put osx signing id back to normal 2019-06-04 10:48:25 +02:00
BoykoAlex
d8a2a7030a Remove @theia/electron dependency 2019-06-04 02:05:21 -04:00
BoykoAlex
8084ae198f PT #166371286: Adopt Theia 0.7.1 2019-06-03 23:56:49 -04:00
BoykoAlex
5ae5b22010 Revert "Cache ASTParser per project to speed up CU parsing"
This reverts commit cb7621b208.
2019-06-03 20:48:13 -04:00
BoykoAlex
cb7621b208 Cache ASTParser per project to speed up CU parsing 2019-06-03 20:34:44 -04:00
Martin Lippert
2e98214857 one more try 2019-06-01 08:01:40 +02:00
Martin Lippert
9532ef7c68 Revert "another try"
This reverts commit a8c0f70c85.
2019-05-31 21:21:59 +02:00
Martin Lippert
a8c0f70c85 another try 2019-05-31 12:07:34 +02:00
Martin Lippert
ba088231fc updated dev id for macos signing 2019-05-31 11:45:14 +02:00
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