1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[releng] Update to latest version of cdt-gdb-adapter

Once https://github.com/eclipse-cdt/cdt-gdb-adapter/issues/133 is resolved
this will likely change again to getting adapter from npm.

Change-Id: Ia65f31c2bebe608d587a0d99be1e5b70188dc751
This commit is contained in:
Jonah Graham 2019-11-16 14:01:58 -05:00
parent 199824d975
commit b77689ba78
2 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,6 @@
"license": "EPL-2.0", "license": "EPL-2.0",
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"cdt-gdb-adapter": "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.13.tgz" "cdt-gdb-adapter": "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz"
} }
} }

View file

@ -2,9 +2,9 @@
# yarn lockfile v1 # yarn lockfile v1
"cdt-gdb-adapter@https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.13.tgz": "cdt-gdb-adapter@https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz":
version "0.0.13" version "0.0.14-next"
resolved "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.13.tgz#239ccf57dc5403d7365ca073f44e1038be525f21" resolved "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz#cb5a6d8509173510c311b96e2e57791ff3a20a31"
dependencies: dependencies:
node-addon-api "^1.6.2" node-addon-api "^1.6.2"
vscode-debugadapter "^1.37.1" vscode-debugadapter "^1.37.1"