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.
1 parent ade4178 commit 72633abCopy full SHA for 72633ab
src/extension.ts
@@ -246,7 +246,8 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
246
resolveAdditionalTextEditsSupport: true,
247
advancedIntroduceParameterRefactoringSupport: true,
248
actionableRuntimeNotificationSupport: true,
249
- shouldLanguageServerExitOnShutdown: true
+ shouldLanguageServerExitOnShutdown: true,
250
+ onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",
251
},
252
triggerFiles,
253
0 commit comments