Since some weeks now (probably due to VS Code version updates) this extension stops to work after 1-2 executions of configured tasks.
The symptom happens after executing about 2 tasks (preferrably the same task) after each other (as tasks I have executables that are longer running such as a client/server) then the next time I want to run a task (and none is running anymore at that point) I get the prompt for Select an instance to terminate with the dropdown menu showing no option (correctly since no instance of that task is running).
Trying to start other tasks does not prompt anything and no task is executed.
To workaround this issue I have to perform a reload of the VS Code window, then it works again.
This is my VS Code version information:
Version: 1.122.0 (system setup)
Commit: 6a49527b96e326fe62fbdb56f60e16877c9aa724
Date: 2026-05-27T14:03:01-07:00
Electron: 39.8.8
ElectronBuildId: 13870025
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.22631
Does anyone experience the same issue?
Is there a way I can get some logs from the extension? Selecting the OUTPUT tab and switching to the filter for Extension Host (Remote) I am seeing only a single log line from the extension which was:
2026-05-28 19:04:51.609 [info] ExtensionService#_doActivateExtension rioj7.command-variable, startup: false, activationEvent: 'onCommand:extension.commandvariable.remember'
Thanks in advance! I really like to use this extension, it removed the need to write my own python scripts to perform tasks and combine some parameterized command lines.
Since some weeks now (probably due to VS Code version updates) this extension stops to work after 1-2 executions of configured tasks.
The symptom happens after executing about 2 tasks (preferrably the same task) after each other (as tasks I have executables that are longer running such as a client/server) then the next time I want to run a task (and none is running anymore at that point) I get the prompt for
Select an instance to terminatewith the dropdown menu showing no option (correctly since no instance of that task is running).Trying to start other tasks does not prompt anything and no task is executed.
To workaround this issue I have to perform a reload of the VS Code window, then it works again.
This is my VS Code version information:
Does anyone experience the same issue?
Is there a way I can get some logs from the extension? Selecting the
OUTPUTtab and switching to the filter forExtension Host (Remote)I am seeing only a single log line from the extension which was:Thanks in advance! I really like to use this extension, it removed the need to write my own python scripts to perform tasks and combine some parameterized command lines.