NpmStartTerminal
A VS Code extension that opens a terminal and runs the command npm start .
Features
- Quickly open a terminal and execute
npm start in your project.
Requirements
- Visual Studio Code version 1.79.0 or higher.
Installation
- Launch Visual Studio Code.
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
- Search for "NpmStartTerminal" and click Install.
- Reload Visual Studio Code when prompted.
Usage
- Open a project folder in Visual Studio Code.
- Press F1 to open the command palette.
- Type "Start npm" and select the "Extension: Start npm" command.
- A terminal will open and execute the
npm start command in your project folder.
Known Issues
- No known issues at the moment. Please report any bugs or problems in the issue tracker.
Release Notes
0.0.1
Initial release of NpmStartTerminal.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This extension is licensed under the MIT License.
| |