this post was submitted on 16 Aug 2024
20 points (100.0% liked)

VS Code

757 readers
1 users here now

founded 1 year ago
MODERATORS
 

Do you know the .vscode/tasks.json file? You can add it to your project, and @vscode 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 #coding

you are viewing a single comment's thread
view the rest of the comments
[–] Lodra@programming.dev 1 points 3 weeks ago (1 children)

The configuration is often committed to the repo. And some repos heavily rely on the precommit actions running before you can push or have pipelines function correctly

[–] kogasa@programming.dev 1 points 3 weeks ago

You'd still need to manually install the git hooks though, the .git folder isn't part of the repo