LauncherAn easy way to launch your terminal, tools, scripts and batches from Visual Studio Code. UsageOpen Terminal in workspace's directory
OR
Open Terminal in current open item's directory
OR
Configure Launcher to use custom Terminal application
launcher.terminal.executable (string, required) - Terminal executable file. launcher.terminal.parameters (string) - Command line parameters. Configre scripts and tools bookmarks
launcher.commands.description (string, required) - Text which will appear in Launcher menu. launcher.commands.executable (string, required) - Program executable file. launcher.commands.parameters (string) - Command line parameters. launcher.commands.startIn (string) - Program starts in the directory set in the setting. launcher.commands.output (boolean) - Send comman's stdout and stderr to Visual Studio Code's output channel if the value is true. Run a script or a tool from the bookmarks
Template languageLauncher support special template keywords in the commands and terminal settings. %workspace% - Workspace root's path %item_path% - Current open file path %item% - Current open file path with the file name. |