When opening a project using code .
I want the integrated terminal to run a file or script. https://code.visualstudio.com/docs/editor/integrated-terminal talks about args going into the shell invocation itself, and the workspace settings in https://code.visualstudio.com/docs/getstarted/settings don't reference anything related to this. But I have a ./.vscode/settings.json
where I can change the colors of the terminal I guess, but that isn't arbitrary bash commands.
How do I get scripts likegvm pkgset etc;...
to run on VSCode launch per workspace?