custom-commands READMEAdds one command to the Command Palate (Ctrl/Cmd + Shift + P) called "Custom Commands: Run... which lists out your commands you define in your VS Code settings customCommands.commands, when you select one, it runs it. Great for project level commands, like starting docker from a specific docker-compose file, or running a specific npm script. UsageRelease Notes0.0.3Added command.runOnStartup and command.runOnShutdown options Added usage example to readme 0.0.4Added VS Code variables to command arguments (e.g. ${selectedText}) so you now write a command like 0.0.5Added new variables to use in command arguments - thanks @yiqingpeng for the request!
0.0.6Fix directory separator bug for Windows for {folder} and ${workspaceFolder} variables. Enjoy! |