Skip to content

Commit 6126fe7

Browse files
authored
Await the run plugin task command (#1575)
1 parent fbe2e33 commit 6126fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/runPluginTask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import * as vscode from "vscode";
1616

1717
export async function runPluginTask() {
18-
vscode.commands.executeCommand("workbench.action.tasks.runTask", {
18+
await vscode.commands.executeCommand("workbench.action.tasks.runTask", {
1919
type: "swift-plugin",
2020
});
2121
}

0 commit comments

Comments
 (0)