I need to run command platformio-ide.build
with vscode.commands.executeCommand
, but if this command already running, VS Code asks The task 'PlatformIO: Build (ardustat)' is already active. [Terminate task] [Restart task]
. I need to automatically restart the command in this case. What do I need to do? I’ve tried to read VS Code docs, but not found anything.
New contributor
SeryiBANANAN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.