ExecutorExecutor is a VSCode extension that lets you run custom commands (scoped to a project) UsageIn your workspace directory, create a file named
or for multiple commands:
And replace To run the commands, use the command palette (Ctrl + Shift + P) and choose "Executor: Execute command". It's recommended to bind this to a keyboard shortcut for easier use. When you specify a single command in Development
Run and debug in VSCode |