Start Dev EnvLaunch local Server in a single click from VS Code. DescriptionThis VS Code extension allows you to quickly start your development environment:
You can optionally configure it via a Installation
If the file does not exist, default commands will be used. UsageClick the 🚀 button in the VS Code toolbar. Two terminals will open in split terminal mode: Symfony backend Quasar frontend The commands defined in launch.json (or the defaults) will run automatically. ConfigurationOptional file: .vscode/launch.json You can customize: Paths (path) for backend and frontend Commands to run in each terminal NotesTerminals open in split mode on the same panel for a clean workspace. Works on Windows, Linux, and macOS. Any errors related to keytar or vsce installation do not affect the extension usage. ContributingSubmit PRs for improvements Issues on GitHub are welcome LicenseMIT |