feat: Provide sane defaults for vscode developing

This includes some extensions and a debug profile
This commit is contained in:
Jonas Zohren 2022-02-17 11:14:50 +00:00
parent c66866d890
commit bcd6c0bf53
3 changed files with 47 additions and 1 deletions

11
.vscode/extensions.json vendored Normal file
View file

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