mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge pull request #18684 from Giga-Bowser/revert-client-changes
fix: Revert changes to client capabilities in `bac0ed5`
This commit is contained in:
commit
fc18d263aa
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue