mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Revert 03a62c180e
This commit is contained in:
parent
84a6fac37a
commit
f1b5e38563
4 changed files with 30 additions and 3983 deletions
|
@ -261,10 +261,6 @@ export async function createClient(
|
|||
}
|
||||
|
||||
class ExperimentalFeatures implements lc.StaticFeature {
|
||||
getState(): lc.FeatureState {
|
||||
return { kind: "static" };
|
||||
}
|
||||
|
||||
fillClientCapabilities(capabilities: lc.ClientCapabilities): void {
|
||||
const caps: any = capabilities.experimental ?? {};
|
||||
caps.snippetTextEdit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue