Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Prebuild / postbuild execute command or task #1518

Open
Invisibleman1002 opened this issue Jun 20, 2022 · 1 comment
Open

Prebuild / postbuild execute command or task #1518

Invisibleman1002 opened this issue Jun 20, 2022 · 1 comment

Comments

@Invisibleman1002
Copy link

In a tasks.json file you can have something like this:

{
      "label": "Stop Serial",
      "type": "process",
      "command": "${command:serialdevices.stop}"
}

Is there a way to have the build commands run a specific task or at least run a command from another extension?

This would be ideal, otherwise maybe be able to execute the above task,

"prebuild": "${command:serialdevices.stop}"
@github-actions github-actions bot added the triage New issues that have not been reviewed. label Jun 20, 2022
@gcampbell-msft gcampbell-msft added enhancement and removed triage New issues that have not been reviewed. labels Jul 12, 2022
@StefanKellerAC
Copy link

Yes, at least an acoustic signal when build/upload is ready would be fine.
Especially with different signals, when Arduino exits with or without error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants