We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a60faa commit e987a35Copy full SHA for e987a35
1 file changed
extensions/ql-vscode/src/common/vscode/vscode-app.ts
@@ -41,6 +41,6 @@ export class ExtensionApp implements App {
41
}
42
43
public executeCommand(command: string, ...args: any): Thenable<void> {
44
- return vscode.commands.executeCommand(command, args);
+ return vscode.commands.executeCommand(command, ...args);
45
46
0 commit comments