Skip to content

Commit

Permalink
GH-3716: Removed the debug extension from the electron example.
Browse files Browse the repository at this point in the history
Closes: #3716.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta committed Dec 6, 2018
1 parent 7213f4b commit 9f5b64d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f5b64d

Please sign in to comment.