aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/debug.ts
diff options
context:
space:
mode:
authorSahandevs <[email protected]>2021-02-07 18:29:06 +0000
committerSahandevs <[email protected]>2021-02-07 18:29:06 +0000
commit3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc (patch)
tree9753eb1ba2ffe2ec720058cb7c2041ae0f6d97cf /editors/code/src/debug.ts
parent1bb4e973ffaffd78a01ba5abb90096d11a2ddb42 (diff)
format
Diffstat (limited to 'editors/code/src/debug.ts')
-rw-r--r--editors/code/src/debug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts
index 0bbaae2b0..3c113e46e 100644
--- a/editors/code/src/debug.ts
+++ b/editors/code/src/debug.ts
@@ -79,7 +79,7 @@ async function getDebugConfiguration(ctx: Ctx, runnable: ra.Runnable): Promise<v
79 if (!debugEngine) { 79 if (!debugEngine) {
80 vscode.window.showErrorMessage(`Install [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)` 80 vscode.window.showErrorMessage(`Install [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)`
81 + ` or [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) extension for debugging.`) 81 + ` or [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) extension for debugging.`)
82 .then(() => {}, console.error); 82 .then(() => { }, console.error);
83 return; 83 return;
84 } 84 }
85 85