[Vuejs]-Run a nested vscode launch.json from a git submodule

0👍

After intense google-fu, I found some git conversation that pointed me to use .env files. I have moved my submodule environment variables to a .env file and I load this using the “envFile” parameter in the root launch.json.

This allows me to run a custom launch configuration with submodule env vars.

[Edit] Which, btw, shouldn’t be stored in a git repo any way I just remember 😐

Leave a comment