Skip to content

Commit

Permalink
rm powershell no profile arg idf terminal (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 authored Jan 10, 2025
1 parent 1867b25 commit 5aefc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4279,7 +4279,7 @@ function createIdfTerminal(extensionPath: string) {
vscode.env.shell.indexOf("powershell") !== -1 ||
vscode.env.shell.indexOf("pwsh") !== -1
) {
shellArgs = ["-ExecutionPolicy", "Bypass", "-NoProfile"];
shellArgs = ["-ExecutionPolicy", "Bypass"];
}
}
const espIdfTerminal = vscode.window.createTerminal({
Expand Down

0 comments on commit 5aefc5d

Please sign in to comment.