1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-16 07:18:52 +02:00
conduit/.vscode/extensions.json
Jonas Zohren bcd6c0bf53 feat: Provide sane defaults for vscode developing
This includes some extensions and a debug profile
2022-02-17 11:14:50 +00:00

11 lines
No EOL
255 B
JSON

{
"recommendations": [
"matklad.rust-analyzer",
"bungcip.better-toml",
"ms-azuretools.vscode-docker",
"eamodio.gitlens",
"serayuzgur.crates",
"vadimcn.vscode-lldb",
"timonwong.shellcheck"
]
}