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 5019f99 commit 8654367Copy full SHA for 8654367
extensions/vscode/index.ts
@@ -129,7 +129,7 @@ function launch(context: vscode.ExtensionContext) {
129
);
130
131
client.onNotification('tsserver/request', async ([seq, command, args]) => {
132
- const res = await vscode.commands.executeCommand<{ body: { result: unknown } } | undefined>(
+ const res = await vscode.commands.executeCommand<{ body: unknown } | undefined>(
133
'typescript.tsserverRequest',
134
command,
135
args,
0 commit comments