Category "vscode-tasks"

Tasks.json does not accept wildcard for multiple files

I have a folder with multiple cpp files that I want to compile to a DLL with g++ (MinGW). My Tasks.json looks like this: { // See https://go.microsoft.com/fwlin

Launch.json: how to reference an environment variable

In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.j

VScode tasks.json reuse tasks instead of copy/paste possible?

I find myself copy/pasting quite a bit in tasks.json. Is there a better way to deal with this? Googled for parameterizing tasks, but that doesn't seem possible.

Environment variable not being passed down on VS Code in Windows -- bug or am I missing something?

I am doing development with https://github.com/google/clasp. clasp will use the environment variable clasp_config_auth. I have tested and confirmed that outside