We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6fe30 commit 0167a4aCopy full SHA for 0167a4a
1 file changed
src/compile-buttons.ts
@@ -59,6 +59,7 @@ export class CompileButtons implements vscode.Disposable {
59
if (!this.child) {
60
this.output.show(vscode.ViewColumn.Three);
61
this.output.clear();
62
+ vscode.workspace.saveAll(false);
63
this.buildButton.hide();
64
this.startButton.hide();
65
Promise.all([this.workspaced.getConfiguration(), this.workspaced.getBuildType()]).then(values => {
0 commit comments