mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-17 05:47:49 +00:00
Merge e8e52c9325
into 6d4b23478d
This commit is contained in:
commit
7f941181e7
1 changed files with 2 additions and 0 deletions
|
@ -112,11 +112,13 @@ async function getDebugConfiguration(
|
|||
const commandCodeLLDB: string = createCommandLink("vadimcn.vscode-lldb");
|
||||
const commandNativeDebug: string = createCommandLink("webfreak.debug");
|
||||
const commandLLDBDap: string = createCommandLink("llvm-vs-code-extensions.lldb-dap");
|
||||
const commandProbeRS: string = createCommandLink("probe-rs.probe-rs-debugger");
|
||||
|
||||
await vscode.window.showErrorMessage(
|
||||
`Install [CodeLLDB](command:${commandCodeLLDB} "Open CodeLLDB")` +
|
||||
`, [lldb-dap](command:${commandLLDBDap} "Open lldb-dap")` +
|
||||
`, [C/C++](command:${commandCCpp} "Open C/C++") ` +
|
||||
`, [probe-rs](command:${commandProbeRS} "Open probe-rs") ` +
|
||||
`or [Native Debug](command:${commandNativeDebug} "Open Native Debug") for debugging.`,
|
||||
);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue