This commit is contained in:
3aKHP 2026-04-06 19:57:12 +08:00 committed by GitHub
commit 0c070517c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" &&