Some steps towards mergin boot-java and boot-properties LS

- Refactor towards more composable LanguageServers
- disable fatjar support on boot-java and boot-properties
This commit is contained in:
Kris De Volder
2018-02-09 09:49:21 -08:00
parent 6f03e83e59
commit 5c19bdefe6
37 changed files with 137 additions and 139 deletions

View File

@@ -276,7 +276,7 @@ public class BoshEditorTest {
}
@Test public void releasesBlockCompletions() throws Exception {
harness.getServer().enableSnippets(false);
harness.getServerWrapper().enableSnippets(false);
Editor editor = harness.newEditor(
"releases:\n" +
"- <*>"
@@ -359,7 +359,7 @@ public class BoshEditorTest {
}
@Test public void instanceGroupsCompletions() throws Exception {
harness.getServer().enableSnippets(false);
harness.getServerWrapper().enableSnippets(false);
Editor editor = harness.newEditor(
"instance_groups:\n" +
"- <*>"
@@ -543,7 +543,7 @@ public class BoshEditorTest {
}
@Test public void updateBlockCompletions() throws Exception {
harness.getServer().enableSnippets(false);
harness.getServerWrapper().enableSnippets(false);
Editor editor = harness.newEditor(
"update:\n" +
" <*>"
@@ -583,7 +583,7 @@ public class BoshEditorTest {
}
@Test public void variablesBlockCompletions() throws Exception {
harness.getServer().enableSnippets(false);
harness.getServerWrapper().enableSnippets(false);
Editor editor = harness.newEditor(
"variables:\n" +
"- <*>"