chore: install an extension for TOML syntax highlighting in the devcontainer (#1650)

Small quality-of-life improvement when doing devcontainer development.
This commit is contained in:
Michael Bolin
2025-07-22 10:58:09 -07:00
committed by GitHub
parent 6d82907082
commit 4082246f6a

View File

@@ -21,7 +21,7 @@
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": ["rust-lang.rust-analyzer"]
"extensions": ["rust-lang.rust-analyzer", "tamasfe.even-better-toml"]
}
}
}