Skip to content

Commit 4505284

Browse files
authored
Update settings.json
See https://code.visualstudio.com/docs/editor/integrated-terminal for proper settings on using `pwsh.exe`
1 parent 6003a15 commit 4505284

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"editor.codeLens": false,
1515
"editor.minimap.enabled": false,
1616
"window.zoomLevel": 0,
17-
"terminal.integrated.shell.windows": "pwsh.exe",
18-
"terminal.integrated.automationShell.windows": "pwsh.exe",
17+
// https://code.visualstudio.com/docs/editor/integrated-terminal
18+
"terminal.integrated.profiles.windows": { "pwsh": { "path": "pwsh.exe" } },
19+
"terminal.integrated.defaultProfile.windows": "pwsh",
1920
"files.exclude": {
2021
"**/.pyc": true
2122
}

0 commit comments

Comments
 (0)