Commit Graph

2247 Commits

Author SHA1 Message Date
Kris De Volder
63820f8c7a Fix one more reference to old concourse domain that was missed 2018-03-09 09:02:29 -08:00
Kris De Volder
9dcd5695ed Merge pull request #45 from srbry/master
update to new concourse domain
2018-03-09 08:35:51 -08:00
Martin Lippert
69da4a859d updated default preferences for update schedule and line numbers 2018-03-09 11:11:48 +01:00
Martin Lippert
37e57e4759 updated nightly download page to include various p2 repos 2018-03-09 11:11:48 +01:00
Sam Bryant
125660ca3f update to new concourse domain 2018-03-09 08:14:47 +00:00
BoykoAlex
1f219728a2 Switch to Gradle 4.6 distro 2018-03-08 19:46:30 -05:00
BoykoAlex
75564b34cc Switch Atom packages to TS 2018-03-08 19:19:26 -05:00
nsingh
a305e2ce53 Implement resolve classpath command 2018-03-08 15:18:42 -08:00
BoykoAlex
878ca5248a Merge branch 'master' of https://github.com/spring-projects/sts4 2018-03-08 11:28:49 -05:00
BoykoAlex
bca56a2124 PT #155800737: Adopted lsp4j change in parsing CompletionItem message 2018-03-08 11:28:28 -05:00
Martin Lippert
7328932b7c added media types to webflux symbol and code lens logic 2018-03-08 13:28:23 +01:00
Martin Lippert
57b83da757 change the way webflux code lenses for handler methods are displayed 2018-03-08 09:54:10 +01:00
Kris De Volder
069323b7f0 Fix some problems in tag-atom-releases task 2018-03-07 16:55:19 -08:00
Kris De Volder
338d571cdd Define job to tag atom releases 2018-03-07 15:30:12 -08:00
Kris De Volder
d035c26a28 Cleanup some debug logging 2018-03-07 11:58:21 -08:00
Kris De Volder
d74bf3bc28 Concourse: Add document symbol support for Groups 2018-03-07 11:52:01 -08:00
Kris De Volder
319bc0124b Simple demo of registering a jdt command 2018-03-06 16:02:35 -08:00
Martin Lippert
bdebabf696 ignore abstract bean definition methods while scanning for bean symbols 2018-03-06 11:24:29 +01:00
Kris De Volder
5171b0c4fe Fix multi-root initialization in SimpleWorkspaceService 2018-03-05 15:51:34 -08:00
Kris De Volder
3c92ce60cc Update vscode ls client to version 4.0.0 2018-03-05 11:38:19 -08:00
Kris De Volder
a67d98bb4b Update vscode ls client to version 4.0.0 2018-03-05 11:25:01 -08:00
Kris De Volder
adcb3bbfce Merge branch 'master' of github.com:spring-projects/sts4 2018-03-05 11:13:49 -08:00
Kris De Volder
13d4436254 Tweak eclipse ls packaging/launching
Take advantage of Spring boot properties launcher ability
to add tools.jar to classpath via a system property.
2018-03-05 11:01:01 -08:00
Martin Lippert
a4ab666c75 removed duplicated content-type definition for cf-manifest and removed duplicated language-server definition 2018-03-05 15:30:05 +01:00
Martin Lippert
39952b3e5d replaced methodkey with different identification string for handler classes and handler methods to avoid jdt bug on windows 2018-03-05 10:23:49 +01:00
BoykoAlex
3832976bed Fix compilation error for e47 2018-03-02 23:42:29 -05:00
BoykoAlex
d13ccfc5c4 PT #155266751: Eclipse source links via IntroURL 2018-03-02 22:51:54 -05:00
Kris De Volder
0220cf41bd Atom-extensions use new jar launcher mechanic to add tools.jar 2018-03-02 16:50:17 -08:00
Kris De Volder
c1a2578a20 Update to new version of jvm-util 2018-03-02 13:25:22 -08:00
Kris De Volder
5c668c7d45 Fix jvm-util so jarLaunch works on Windows
Boot properties launher seems to have a bug so it does not properly handle file url encodings if path has spaces.
Fortunately, it works fine if we just pass the path of the file directly without any encoding rather than a proper url.
2018-03-02 13:03:55 -08:00
Kris De Volder
8c3af141cd Small change that allows running vscode-spring-boot npm install from git bash on Windows. 2018-03-02 11:28:34 -08:00
Kris De Volder
f49c582f95 More recognizable names for bosh/concource/manifest-yaml language server jars in vscode 2018-03-02 07:57:12 -08:00
Martin Lippert
34424d69cc fixed test to work on Windows too, since method keys are generated differently 2018-03-02 11:13:34 +01:00
Kris De Volder
247fc04cbc Fix compile error in vscode-manifest.yml 2018-03-01 22:39:27 -08:00
Kris De Volder
0ae7108bbe Fix compile error in vscode-bosh 2018-03-01 22:36:46 -08:00
Kris De Volder
86c9bb47e6 Fix compile error in vscode-concourse 2018-03-01 22:34:36 -08:00
Kris De Volder
9f383a9b45 Switch vscode-spring-boot to properties launcher 2018-03-01 22:24:26 -08:00
Kris De Volder
63151bc058 Merge branch 'master' of github.com:spring-projects/sts4 2018-03-01 17:21:54 -08:00
Kris De Volder
26d57b6d7d Add a 'jarLaunch' methid JVM in jvm-utils 2018-03-01 17:21:12 -08:00
Martin Lippert
d368d320d7 added test for webflux code lenses 2018-03-01 11:44:47 +01:00
Martin Lippert
dc93550289 enabled refresh on access option 2018-03-01 10:06:36 +01:00
Kris De Volder
b148969f17 Remove github java parser
Seem like it simply was not being used, except in test code.
2018-02-28 16:03:14 -08:00
Kris De Volder
d1b214a7ad Fix newline related test failures on Windows 2018-02-28 13:21:13 -08:00
Kris De Volder
02cc31631e Fix imports of moved atom-language-cllient-commons package 2018-02-28 09:23:35 -08:00
Martin Lippert
208183369d updated version of eclipse ls extensions to 0.1.5 2018-02-28 16:27:27 +01:00
Martin Lippert
5fe8f2a95b webflux handler methods now get a code lens for the mapped route 2018-02-28 11:52:21 +01:00
Kris De Volder
72f49480d6 Integrate shared jvm-utils into atom-extensions 2018-02-27 16:44:33 -08:00
Kris De Volder
40a6ad233f Adopt jvm-launch-util in commons-vscode 2018-02-27 12:32:43 -08:00
Kris De Volder
662b62cfa7 Npm publish script finally working. One more publish (hopfully) 2018-02-27 12:23:22 -08:00
Kris De Volder
ab5f5f2353 One more attempt :-( 2018-02-27 12:17:36 -08:00