mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
sessions - configure worktree task to not auto reveal (#307211)
* sessions - task config for worktree creation * . * .
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -424,6 +424,10 @@
|
||||
"inSessions": true,
|
||||
"runOptions": {
|
||||
"runOn": "worktreeCreated"
|
||||
},
|
||||
"presentation": {
|
||||
"focus": false,
|
||||
"reveal": "never"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user