diff --git a/extensions/positron-r/src/commands.ts b/extensions/positron-r/src/commands.ts index 5f136daef7d..5413f827a27 100644 --- a/extensions/positron-r/src/commands.ts +++ b/extensions/positron-r/src/commands.ts @@ -128,7 +128,7 @@ export async function registerCommands(context: vscode.ExtensionContext, runtime }), vscode.commands.registerCommand('r.packageTestExplorer', async () => { - await vscode.commands.executeCommand('workbench.view.testing.focus'); + vscode.commands.executeCommand('workbench.view.testing.focus'); onDidDiscoverTestFiles(event => { vscode.commands.executeCommand('testing.runAll'); });