Do you know the .vscode/tasks.json file? You can add it to your project, and VS Code will run your configured commands automatically when you open the project âš
I use this for the Inertia Table so it starts the web server and Vite without me having to open terminals for them ð
#Laravel #PHP #JS
Back
â¢
Oh, and I have an APP_STACK environment variable in the demo app that I can set to either React or Vue. It then loads the correct pages and components ð
Docs â¬ïž
code.visualstudio.com/docs/editor/tasks
I know that it exists, but I thought I had no use for it. This looks very interesting indeed!