Skip to content

Commit 439a032

Browse files
committed
disable Python terminal shell integration
1 parent 468a4d0 commit 439a032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"problems.decorations.enabled": false,
170170
"problems.visibility": false,
171171
"python.terminal.executeInFileDir": true,
172+
"python.terminal.shellIntegration.enabled": false,
172173
"[python]": {
173174
"editor.defaultFormatter": "ms-python.autopep8"
174175
},

0 commit comments

Comments
 (0)