Disable autorun of npm start when opening VSCode [skip ci] [ci skip] (#7719)

Only show in developer changelog
This commit is contained in:
Florian Rival
2025-07-16 10:56:09 +02:00
committed by GitHub
parent 15f3a45d6a
commit d3a0bbdfb1

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",