Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Rival
8b2c32bd6a Disable autorun of npm start when opening VSCode
Only show in developer changelog
2025-07-16 10:54:26 +02:00

3
.vscode/tasks.json vendored
View File

@@ -38,8 +38,7 @@
"presentation": {
"reveal": "silent"
},
"isBackground": true,
"runOptions": { "instanceLimit": 1, "runOn": "folderOpen" }
"isBackground": true
},
{
"type": "npm",