Automatically run npm run dev in your workspace folders when you open them. No need to manually create tasks files anymore. Works seamlessly across macOS, Windows, and Linux.
Options
1. Add folder
Method 1: The Automatic Prompt
The extension will ask you the first time you open a folder. Simply click Yes to opt-in, and it will run automatically from then on. You can also click Don't Ask Again to permanently ignore the folder.
Method 2: Extension Settings
Open VS Code Settings (Ctrl+, or Cmd+,).
Search for autoRunDev.allowedFolders.
Add your folder's absolute path to the list.
2. Remove folder
Open VS Code Settings.
Search for autoRunDev.allowedFolders.
Remove the folder's path from the list.
3. Show terminal on command run
By default, the terminal runs in the background. If you want the terminal panel to automatically show when the script starts: