You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple files meet the "run task on save" criteria, they all trigger onDidSaveTextDocument() which in turn triggers findAndRunTask(), but only the first saved document reaches the else branch that includes the line log( "findAndRunTask: executing " + task.name );
The text was updated successfully, but these errors were encountered:
triggertaskonsave/out/src/extension.js
Line 204 in 7a424f3
When multiple files meet the "run task on save" criteria, they all trigger onDidSaveTextDocument() which in turn triggers findAndRunTask(), but only the first saved document reaches the
else
branch that includes the linelog( "findAndRunTask: executing " + task.name );
The text was updated successfully, but these errors were encountered: