Add dev container configuration

This commit is contained in:
Keavon Chambers
2024-01-24 23:04:00 +00:00
parent 63cf31d7d8
commit 99c199a8f6
6 changed files with 45 additions and 6 deletions
+3 -1
View File
@@ -1,7 +1,10 @@
{
// NOTE: Keep this in sync with `.devcontainer/devcontainer.json`
"recommendations": [
// Rust
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates",
// Web
"dbaeumer.vscode-eslint",
"svelte.svelte-vscode",
@@ -14,6 +17,5 @@
"waderyan.gitblame",
"qezhu.gitlink",
"wmaurer.change-case",
"shalimski.swapdiff"
]
}