runcmd
Description
Run automatic Custom Command extension for Visual Studio Code.
Commands
- Run Npm Start: Execute 'npm start' command.
- Run Custom Cmd: Execute a custom command.
Keybindings
- Ctrl+Shift+Q: Shortcut to run 'npm start'.
Requirements
- Visual Studio Code ^1.87.0
Installation
- Launch Visual Studio Code.
- Go to View -> Command Palette or press
Ctrl+Shift+P .
- Type
Install Extensions and press Enter.
- Search for
runcmd .
- Click on
Install to install the extension.
Usage
- Open the command palette (
Ctrl+Shift+P ) and type Run Npm Start or Run Custom Cmd to execute the corresponding command.
- You can also use the keybinding
Ctrl+Shift+Q to run 'npm start'.
Development
- Clone the repository.
- Install dependencies using
npm install .
- Make changes to the code.
- Run tests using
npm test .
- Debug the extension by pressing
F5 .
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
| |