Skip to content

Commit 903e590

Browse files
authored
Disable terminal tools when new setting is present (#270)
Part of microsoft/vscode#252650
1 parent 0d6f551 commit 903e590

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@
416416
"explanation",
417417
"isBackground"
418418
]
419-
}
419+
},
420+
"when": "!config.chat.agent.terminal.coreToolsEnabled"
420421
},
421422
{
422423
"name": "copilot_getTerminalOutput",
@@ -435,7 +436,8 @@
435436
"required": [
436437
"id"
437438
]
438-
}
439+
},
440+
"when": "!config.chat.agent.terminal.coreToolsEnabled"
439441
},
440442
{
441443
"name": "copilot_getTaskOutput",

0 commit comments

Comments
 (0)