We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f50969b + 0900b6d commit fc18d26Copy full SHA for fc18d26
editors/code/src/client.ts
@@ -324,7 +324,7 @@ class ExperimentalFeatures implements lc.StaticFeature {
324
}
325
fillClientCapabilities(capabilities: lc.ClientCapabilities): void {
326
capabilities.experimental = {
327
- snippetTextEdit: false,
+ snippetTextEdit: true,
328
codeActionGroup: true,
329
hoverActions: true,
330
serverStatusNotification: true,
0 commit comments