Skip to content

Commit 4082246

Browse files
authored
chore: install an extension for TOML syntax highlighting in the devcontainer (openai#1650)
Small quality-of-life improvement when doing devcontainer development.
1 parent 6d82907 commit 4082246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"settings": {
2222
"terminal.integrated.defaultProfile.linux": "bash"
2323
},
24-
"extensions": ["rust-lang.rust-analyzer"]
24+
"extensions": ["rust-lang.rust-analyzer", "tamasfe.even-better-toml"]
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)