diff options
| author | Giga Bowser <45986823+Giga-Bowser@users.noreply.github.com> | 2024-12-13 11:59:50 -0500 |
|---|---|---|
| committer | Giga Bowser <45986823+Giga-Bowser@users.noreply.github.com> | 2024-12-13 11:59:50 -0500 |
| commit | f69b6fc50654749b313509df268dfd58506d5cac (patch) | |
| tree | ae7f40f0804445b93937614c3e629952c0556cbf | |
| parent | 2338efa91f935873ff6ad3f091c01430ea241208 (diff) | |
| download | rust-f69b6fc50654749b313509df268dfd58506d5cac.tar.gz rust-f69b6fc50654749b313509df268dfd58506d5cac.zip | |
fix: Revert changes to client capabilities in `bac0ed5`
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/src/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/src/client.ts b/src/tools/rust-analyzer/editors/code/src/client.ts index 4ce19f5c665..eac7b849fdb 100644 --- a/src/tools/rust-analyzer/editors/code/src/client.ts +++ b/src/tools/rust-analyzer/editors/code/src/client.ts @@ -324,7 +324,7 @@ class ExperimentalFeatures implements lc.StaticFeature { } fillClientCapabilities(capabilities: lc.ClientCapabilities): void { capabilities.experimental = { - snippetTextEdit: false, + snippetTextEdit: true, codeActionGroup: true, hoverActions: true, serverStatusNotification: true, |
