feat: Provide sane defaults for vscode developing
This includes some extensions and a debug profile
This commit is contained in:
parent
c66866d890
commit
bcd6c0bf53
3 changed files with 47 additions and 1 deletions
11
.vscode/extensions.json
vendored
Normal file
11
.vscode/extensions.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue