VSCode: How to run a command after each terminal open?

On Linux systems you should use: “terminal.integrated.shellArgs.linux” On Windows and OSX: terminal.integrated.shellArgs.windows and terminal.integrated.shellArgs.osx respectively. If you want to apply shellArgs setting on a per-workspace basis – you can, despite the fact that documentation says: The first time you open a workspace which defines any of these settings, VS Code will warn you and subsequently … Read more