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

View file

@ -1,3 +1,3 @@
{
"rust-analyzer.procMacro.enable": true
"rust-analyzer.procMacro.enable": true,
}