From 9f5b64d7b41e76b0b7ca0b12a4d15bab5f564965 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 6 Dec 2018 08:31:04 +0100 Subject: [PATCH] GH-3716: Removed the debug extension from the electron example. Closes: #3716. Signed-off-by: Akos Kitta --- examples/electron/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/electron/package.json b/examples/electron/package.json index d87cf95386af3..ee0da52b215b4 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -11,15 +11,14 @@ } }, "//": [ - "`@theia/plugin-ext` and `@theia/plugin-ext-vscode` are missing due to https://github.com/theia-ide/theia/issues/3723" + "`@theia/plugin-ext` and `@theia/plugin-ext-vscode` are missing due to https://github.com/theia-ide/theia/issues/3723", + "`@theia/debug` and `@theia/debug-nodejs` are removed due to https://github.com/theia-ide/theia/issues/3716" ], "dependencies": { "@theia/callhierarchy": "^0.3.17", "@theia/console": "^0.3.17", "@theia/core": "^0.3.17", "@theia/cpp": "^0.3.17", - "@theia/debug": "^0.3.17", - "@theia/debug-nodejs": "^0.3.17", "@theia/editor": "^0.3.17", "@theia/editor-preview": "^0.3.17", "@theia/editorconfig": "^0.3.17",