Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
release v0.0.90-theia.2
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Maréchal <[email protected]>
  • Loading branch information
paul-marechal committed Sep 4, 2019
1 parent 090b4b0 commit 0db6056
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cdt-gdb-adapter"]
path = cdt-gdb-adapter
url = [email protected]:eclipse-cdt/cdt-gdb-adapter.git
1 change: 1 addition & 0 deletions cdt-gdb-adapter
Submodule cdt-gdb-adapter added at 2725ff
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdt-gdb-vscode",
"version": "0.0.90",
"version": "0.0.90-theia.2",
"description": "VS Code extension for CDT GDB debug adapter",
"publisher": "eclipse-cdt",
"repository": {
Expand Down Expand Up @@ -326,6 +326,7 @@
]
},
"scripts": {
"preinstall": "cd cdt-gdb-adapter && yarn && yarn build && yarn pack --filename cdt-gdb-adapter.tgz",
"build:tsc": "tsc",
"watch:tsc": "tsc -w",
"build:webpack": "webpack --mode production",
Expand All @@ -338,7 +339,7 @@
"vsce:package": "vsce package"
},
"dependencies": {
"cdt-gdb-adapter": "*",
"cdt-gdb-adapter": "file:cdt-gdb-adapter/cdt-gdb-adapter.tgz",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/memory/common/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export namespace Message {
export interface Request {
token?: number;
}

export interface Response {
token?: number;
err?: string;
Expand All @@ -38,4 +38,4 @@ export type ClientRequest =

export type ServerResponse =
ReadMemory.Response
;
;
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"include": [
"src/*"
],
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
Expand All @@ -21,4 +24,4 @@
"exclude": [
"**/client/*"
]
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=

cdt-gdb-adapter@*:
"cdt-gdb-adapter@file:cdt-gdb-adapter/cdt-gdb-adapter.tgz":
version "0.0.13"
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.13.tgz#9a62bd452508b584c7443d56ec6f64c21949e910"
integrity sha512-Jj2VnT6f5UIxLUPtRpO9Ppf+LIY8iSQ8BeKHwr/oHERZHt6CKzt0z+kMm3F7A1VPEIs/nqxWaYFix78K3Mhfrg==
resolved "file:cdt-gdb-adapter/cdt-gdb-adapter.tgz#70b18ab892d9ecd6de679d5084836596e90bf918"
integrity sha1-iswrF20IbZ0uXkobXnonqKtmI8s=
dependencies:
node-addon-api "^1.6.2"
vscode-debugadapter "^1.32.1"
Expand Down

0 comments on commit 0db6056

Please sign in to comment.