Add: VSCode settings

Enabling type checking with Pylance.
This commit is contained in:
tsukumi
2024-03-10 13:51:56 +00:00
parent cdc47a98ce
commit 00bf496325
3 changed files with 28 additions and 2 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance"
]
}