Skip to content

Commit

Permalink
Enable typechecking in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 18, 2023
1 parent 443535e commit 368a221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"[python]": {
"editor.formatOnSave": true,
"editor.formatOnType": false,
}
},
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}

0 comments on commit 368a221

Please sign in to comment.