Skip to content

Commit

Permalink
fix: Java build status spinning forever
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Zhang <[email protected]>
  • Loading branch information
Eskibear authored and fbricon committed Nov 17, 2021
1 parent bdfb03e commit b4f8b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serverTaskPresenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async function getPresenterTaskExecution(): Promise<TaskExecution> {
echo: false,
focus: false
};
presenterTask.isBackground = true;

return presenterTaskExecution = await tasks.executeTask(presenterTask);
}
Expand Down

0 comments on commit b4f8b07

Please sign in to comment.