Skip to content

Is there a way to pre-pend or post-pend a VSCode command C_Cpp.ConfigurationSelect before/after a tasks.json task has been run? #13307

Answered by bobbrow
onecable5781 asked this question in Q&A
Discussion options

You must be logged in to vote

You can take a look at "input" variables and try a "command" type. The name of the argument for this command is "configurationName", but the command itself returns void so I don't know if you'll run into trouble with the shell task when it resolves this type of variable.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@onecable5781
Comment options

@bobbrow
Comment options

Answer selected by onecable5781
@bobbrow
Comment options

@onecable5781
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants