add extensions in devcontainer.json

pull/941/head
春河晴 2025-05-09 15:08:19 +09:00
parent 683dda7db2
commit af2596d431
No known key found for this signature in database
1 changed files with 18 additions and 8 deletions

View File

@ -16,6 +16,16 @@
"customizations": {
"jetbrains": {
"backend": "PyCharm"
},
"vscode": {
"extensions": [
"tamasfe.even-better-toml",
"njpwerner.autodocstring",
"ms-python.python",
"KevinRose.vsc-python-indent",
"ms-python.vscode-pylance",
"ms-python.autopep8"
]
}
}
}