This commit is contained in:
Sahandevs 2021-02-07 21:59:06 +03:30
parent 1bb4e973ff
commit 3a0234d60f
4 changed files with 12 additions and 12 deletions

View file

@ -79,7 +79,7 @@ async function getDebugConfiguration(ctx: Ctx, runnable: ra.Runnable): Promise<v
if (!debugEngine) {
vscode.window.showErrorMessage(`Install [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)`
+ ` or [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) extension for debugging.`)
.then(() => {}, console.error);
.then(() => { }, console.error);
return;
}