Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>build-current-packageNew to Visual Studio Code? Get it now.
build-current-package

build-current-package

shengdi

|
337 installs
| (0) | Free
Run `npm run build` for current package
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

build-current-package README

Run npm run build for current package

📦 Build Package VSCode Extension 🚀

This extension adds a convenient menu item to the file name tab in the editor's tab bar, allowing you to easily build the package located in the directory of the current file.

🔧 How to Use:

  1. Open a file from the package you want to build.
  2. Click the build package button on the right of file name tab in the editor.
  3. The extension will search for the nearest package.json file by traversing up the directory tree from the current file.
  4. Once the package.json file is found, a terminal will be opened, and the npm run build command will be executed. ⚙️
  5. You can monitor the build process in the terminal window.
  6. After the build is completed, a success message will be displayed, and any errors or warnings will be shown in the terminal.

🚀 Happy building! 🛠️

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft