Create a merged yml and props language server and vscode extension
This commit is contained in:
@@ -26,7 +26,6 @@ import org.springframework.ide.vscode.commons.languageserver.util.IDocument;
|
||||
import org.springframework.ide.vscode.commons.yaml.schema.YType;
|
||||
|
||||
public class PropertyCompletionFactory {
|
||||
|
||||
|
||||
public ICompletionProposal valueProposal(String value, String query, Type type, double score, DocumentEdits edits, ValueHintHoverInfo info) {
|
||||
return new ScoreableProposal() {
|
||||
|
||||
@@ -51,8 +51,6 @@ public class VscodeCompletionEngineAdapter implements VscodeCompletionEngine {
|
||||
return getCompletionsMono(params).toFuture();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private Mono<CompletionList> getCompletionsMono(TextDocumentPositionParams params) {
|
||||
SimpleTextDocumentService documents = server.getTextDocumentService();
|
||||
TextDocument doc = documents.get(params);
|
||||
|
||||
Reference in New Issue
Block a user