Skip to content

Commit

Permalink
Merge pull request #18684 from Giga-Bowser/revert-client-changes
Browse files Browse the repository at this point in the history
fix: Revert changes to client capabilities in `bac0ed5`
  • Loading branch information
lnicola authored Dec 13, 2024
2 parents f50969b + 0900b6d commit fc18d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fc18d26

Please sign in to comment.