We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6addc commit 8cabf4dCopy full SHA for 8cabf4d
.vscode/settings.json
@@ -56,5 +56,6 @@
56
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
57
"python.testing.pytestEnabled": false,
58
"python.testing.unittestEnabled": false,
59
- "python.linting.enabled": true
+ "python.linting.enabled": true,
60
+ "python.terminal.shellIntegration.enabled": false
61
}
0 commit comments