Skip to content

Commit 8cabf4d

Browse files
authored
fix(dev): Disable python terminal integration as it corrupts the terminal (#9924)
1 parent 3f6addc commit 8cabf4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@
5656
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
5757
"python.testing.pytestEnabled": false,
5858
"python.testing.unittestEnabled": false,
59-
"python.linting.enabled": true
59+
"python.linting.enabled": true,
60+
"python.terminal.shellIntegration.enabled": false
6061
}

0 commit comments

Comments
 (0)