mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Add Set-Location to auto-approve list and tests
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
@@ -236,6 +236,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
|
||||
'Get-Date': true,
|
||||
'Get-Random': true,
|
||||
'Get-Location': true,
|
||||
'Set-Location': true,
|
||||
'Write-Host': true,
|
||||
'Write-Output': true,
|
||||
'Out-String': true,
|
||||
|
||||
@@ -237,6 +237,7 @@ suite('RunInTerminalTool', () => {
|
||||
'Get-Date',
|
||||
'Get-Random',
|
||||
'Get-Location',
|
||||
'Set-Location C:\\Users\\test',
|
||||
'Write-Host "Hello"',
|
||||
'Write-Output "Test"',
|
||||
'Out-String',
|
||||
|
||||
Reference in New Issue
Block a user