Skip to content

Commit 83508a2

Browse files
committed
IP: .vscode/settings.json
1 parent 1b4d980 commit 83508a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"pylint.enabled": false
2+
"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+
}
39
}

0 commit comments

Comments
 (0)