mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/toolTerminalCreator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ export class ToolTerminalCreator {
|
||||
} else {
|
||||
config.executable = shellOrProfile.path;
|
||||
config.args = shellOrProfile.args;
|
||||
config.icon = shellOrProfile.icon || config.icon;
|
||||
config.icon = shellOrProfile.icon ?? config.icon;
|
||||
config.color = shellOrProfile.color;
|
||||
config.env = {
|
||||
...config.env,
|
||||
|
||||
Reference in New Issue
Block a user