We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4d980 commit 83508a2Copy full SHA for 83508a2
.vscode/settings.json
@@ -1,3 +1,9 @@
1
{
2
- "pylint.enabled": false
+ "pylint.enabled": false,
3
+ "chat.tools.terminal.autoApprove": {
4
+ "make typecheck": true,
5
+ "python -m unittest": true,
6
+ "python3 -m unittest": true,
7
+ "source venv3.13/bin/activate": true,
8
+ }
9
}
0 commit comments