Temporarily disable dynamic cloud-config features in bosh editor
This commit is contained in:
@@ -12,13 +12,12 @@ package org.springframework.ide.vscode.bosh;
|
|||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import org.springframework.ide.vscode.bosh.models.BoshCommandCloudConfigProvider;
|
|
||||||
import org.springframework.ide.vscode.commons.languageserver.LaunguageServerApp;
|
import org.springframework.ide.vscode.commons.languageserver.LaunguageServerApp;
|
||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) throws IOException, InterruptedException {
|
public static void main(String[] args) throws IOException, InterruptedException {
|
||||||
LaunguageServerApp.start(() -> new BoshLanguageServer(
|
LaunguageServerApp.start(() -> new BoshLanguageServer(
|
||||||
new BoshCommandCloudConfigProvider(),
|
(dc) -> null, //TODO: temporarily disabled.. reenable: new BoshCommandCloudConfigProvider(),
|
||||||
(dc) -> null //TODO: real model provider here!
|
(dc) -> null //TODO: real model provider here!
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user