Skip to content

Commit 0167a4a

Browse files
author
WebFreak001
committed
Fix #17
1 parent 4a6fe30 commit 0167a4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compile-buttons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class CompileButtons implements vscode.Disposable {
5959
if (!this.child) {
6060
this.output.show(vscode.ViewColumn.Three);
6161
this.output.clear();
62+
vscode.workspace.saveAll(false);
6263
this.buildButton.hide();
6364
this.startButton.hide();
6465
Promise.all([this.workspaced.getConfiguration(), this.workspaced.getBuildType()]).then(values => {

0 commit comments

Comments
 (0)