Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft with the Electron Framework, for Windows, Linux and macOS.
Override/Create a workspace/settings.json config. Add a new terminal profile with the payload in the "path" and "args" parameters. Set the new terminal profile as default.
Usecase: Establishing persistence on a Windows host
Create/Modify a task in a .code-workspace file, or a tasks.json file inside a .vscode folder. Add a new task with the payload in the "command" or "args" parameters. Add one of the possible triggers: "runOption" parameter with value of "folderOpen"; or shortcut keys in the keybindings.json file.
Usecase: Establishing persistence on a Windows host