add toml extension to devcontainer

This commit is contained in:
ThePhaseless
2026-02-08 11:50:46 +00:00
parent d15707c684
commit 5af383ac3e
+5 -1
View File
@@ -9,7 +9,11 @@
"runArgs": ["--security-opt", "label=disable", "--privileged"],
"customizations": {
"vscode": {
"extensions": ["charliermarsh.ruff", "ms-python.python"],
"extensions": [
"charliermarsh.ruff",
"ms-python.python",
"tamasfe.even-better-toml"
],
"settings": {
"python.venvPath": "./venv"
}