mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-20 17:20:00 +00:00
Use vscode-languageclient 7.0.0-next.14
This commit is contained in:
parent
1863c0c732
commit
1d333a8387
3 changed files with 15 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue