Use vscode-languageclient 7.0.0-next.14

This commit is contained in:
kjeremy 2020-11-17 10:10:34 -05:00
parent 1863c0c732
commit 1d333a8387
3 changed files with 15 additions and 13 deletions

View file

@ -174,6 +174,8 @@ class ExperimentalFeatures implements lc.StaticFeature {
}
initialize(_capabilities: lc.ServerCapabilities<any>, _documentSelector: lc.DocumentSelector | undefined): void {
}
dispose(): void {
}
}
function isCodeActionWithoutEditsAndCommands(value: any): boolean {