mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
Merge af6440297e into 8b12f21439
This commit is contained in:
commit
e57e26ee82
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,8 @@ export class TerminalProcess extends BaseTerminalProcess {
|
|||
|
||||
// Execute command
|
||||
const defaultWindowsShellProfile = vscode.workspace
|
||||
.getConfiguration("terminal.integrated.defaultProfile")
|
||||
.get("windows")
|
||||
.getConfiguration("terminal.integrated")
|
||||
.get<string>("defaultProfile.windows")
|
||||
|
||||
const isPowerShell =
|
||||
process.platform === "win32" &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue