Skip to content

Commit a7918e6

Browse files
authored
chore: add more extensions to devcontainer.json (#8498)
Make it easier to develop in Windows cc @DonIsaac, who introduced this file :)
1 parent 6b52d7a commit a7918e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"customizations": {
1919
"vscode": {
2020
"extensions": [
21-
"rust-lang.rust-analyzer"
21+
"rust-lang.rust-analyzer",
22+
"EditorConfig.EditorConfig",
23+
"tamasfe.even-better-toml",
24+
"eamodio.gitlens"
2225
]
2326
}
2427
},

0 commit comments

Comments
 (0)