Skip to content

Commit 5b9cf57

Browse files
committed
Use cdt-gdb-adapter 0.0.14
1 parent 80a3f55 commit 5b9cf57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@types/node": "^12.12.14",
24-
"cdt-gdb-adapter": "0.0.14-next.921da89.0",
24+
"cdt-gdb-adapter": "0.0.14",
2525
"vscode-debugadapter": "^1.37.0",
2626
"vscode-debugprotocol": "^1.37.0"
2727
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ builtin-modules@^1.1.1:
5555
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
5656
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
5757

58-
cdt-gdb-adapter@0.0.14-next.921da89.0:
59-
version "0.0.14-next.921da89.0"
60-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.14-next.921da89.0.tgz#c070bc24cb41d0cefda490686917ed8c5c8f82dc"
61-
integrity sha512-AMRpWY2/UgiW1Sntay9DRU+o0pPr1SN7hFnSqhzp8fTIK54Poyz/uxa82TSEvAH5wC5u3/cmNb0ANhYj1f7NJQ==
58+
cdt-gdb-adapter@0.0.14:
59+
version "0.0.14"
60+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.14.tgz#0b4cc8650699572003e52a9f8265e9c65055339c"
61+
integrity sha512-SDRVECyEkgePj0AJNVp8HUOw/ObXSlakQNxMasC1wlCn6eE8HcLAdYqdIgwRtnkp2Ct96/U5mXHFHWQDan6ckw==
6262
dependencies:
6363
node-addon-api "^1.6.2"
6464
vscode-debugadapter "^1.37.1"

0 commit comments

Comments
 (0)