Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rm powershell no profile arg idf terminal
Browse files Browse the repository at this point in the history
brianignacio5 committed Dec 27, 2024
1 parent d5d9b1f commit 3231ce1
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
@@ -4272,7 +4272,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({

0 comments on commit 3231ce1

Please sign in to comment.