fixup! feat: add debug code lens

autodetect vscode-lldb
This commit is contained in:
Hannes De Valkeneer
2020-03-12 22:31:47 +01:00
parent e9d025b618
commit 39c92b3872
7 changed files with 26 additions and 19 deletions

View File

@@ -185,6 +185,7 @@ pub fn main_loop(
all_targets: config.cargo_watch_all_targets,
},
rustfmt_args: config.rustfmt_args,
vscode_lldb: config.vscode_lldb,
}
};