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
Problem Statement:
Right now in vscode extension, when running free c2d jobs, if the current job did not finish its execution and another parallel jobs can start their execution, the logs from first started job (which did not finish its execution) will still be displayed even when changing the algorithm file path and trigger a new start job
Possible Solution:
Create a different ouputChannel for each job ID.