We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6003a15 commit 4505284Copy full SHA for 4505284
vscode/settings.json
@@ -14,8 +14,9 @@
14
"editor.codeLens": false,
15
"editor.minimap.enabled": false,
16
"window.zoomLevel": 0,
17
- "terminal.integrated.shell.windows": "pwsh.exe",
18
- "terminal.integrated.automationShell.windows": "pwsh.exe",
+ // https://code.visualstudio.com/docs/editor/integrated-terminal
+ "terminal.integrated.profiles.windows": { "pwsh": { "path": "pwsh.exe" } },
19
+ "terminal.integrated.defaultProfile.windows": "pwsh",
20
"files.exclude": {
21
"**/.pyc": true
22
}
0 commit comments