Skip to content

Commit 113088e

Browse files
committed
disable python.terminal.shellIntegration.enabled in vscode because it screws up the terminal
1 parent c79e982 commit 113088e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"pw": true
3434
},
3535
"python.terminal.activateEnvInCurrentTerminal": true,
36+
"python.terminal.shellIntegration.enabled": false, // https://github.com/microsoft/vscode/issues/271480#issuecomment-3410069241
3637
"debugpy.debugJustMyCode": false,
3738
// even though python.terminal.activateEnvInCurrentTerminal is enabled, we still need to add the venv's script folder to the PATH
3839
// because vscode's npm tasks do not run with the activated venv

0 commit comments

Comments
 (0)