sessions - configure worktree task to not auto reveal (#307211)

* sessions - task config for worktree creation

* .

* .
This commit is contained in:
Benjamin Pasero
2026-04-01 20:30:28 +02:00
committed by GitHub
parent 8910ce42f7
commit e9dbff55be

4
.vscode/tasks.json vendored
View File

@@ -424,6 +424,10 @@
"inSessions": true,
"runOptions": {
"runOn": "worktreeCreated"
},
"presentation": {
"focus": false,
"reveal": "never"
}
},
{