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 81f20ac commit 300ced4Copy full SHA for 300ced4
1 file changed
src/azure-pipelines-vscode-ext/index.js
@@ -1133,7 +1133,6 @@ function activate(context) {
1133
await new Promise((resolve) => {
1134
setTimeout(resolve, 1);
1135
});
1136
- inProgress = false;
1137
askForInput = false;
1138
if(self?.stopTask) {
1139
task.warn("Parameters changed, please rerun the task when done");
@@ -1148,6 +1147,7 @@ function activate(context) {
1148
1147
if(!args.watch || self?.stopTask) {
1149
close();
1150
}
+ inProgress = false;
1151
if(waiting) {
1152
run(askForInput);
1153
0 commit comments