Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@theia/[email protected] does not work #6628

Closed
tolusha opened this issue Nov 25, 2019 · 3 comments
Closed

@theia/[email protected] does not work #6628

tolusha opened this issue Nov 25, 2019 · 3 comments
Labels
bug bugs found in the application help wanted issues meant to be picked up, require help 🤔 needs more info issues that require more info from the author vscode issues related to VSCode compatibility

Comments

@tolusha
Copy link
Contributor

tolusha commented Nov 25, 2019

Description

This extension is intended to open a browser window once output meets a specific pattern.
But it doesn't work and there are no any errors on console.

https://www.npmjs.com/package/@theia/vscode-builtin-debug-server-ready

@tolusha tolusha added the bug bugs found in the application label Nov 25, 2019
@kittaakos kittaakos changed the title @theia/[email protected] does work @theia/[email protected] does not work Nov 26, 2019
@tolusha tolusha added the vscode issues related to VSCode compatibility label Nov 26, 2019
@akosyakov akosyakov added 🤔 needs more info issues that require more info from the author help wanted issues meant to be picked up, require help labels Dec 2, 2019
@akosyakov
Copy link
Member

It would be helpful if someone looks what is wrong.

@tolusha
Copy link
Contributor Author

tolusha commented Dec 2, 2019

with node-debug and node-debug2 extensions installed I got a such error

root ERROR [hosted-plugin: 8426] Promise rejection not handled in one second: TypeError: r.window.onDidWriteTerminalData is not a function , reason: TypeError: r.window.onDidWriteTerminalData is not a function
root ERROR [hosted-plugin: 8426] With stack trace: TypeError: r.window.onDidWriteTerminalData is not a function
    at Function.startListeningTerminalData (/home/tolusha/projects/theia-ide/theia/plugins/package/dist/extension.js:1:1912)
    at e.subscriptions.push.r.debug.onDidChangeActiveDebugSession.e (/home/tolusha/projects/theia-ide/theia/plugins/package/dist/extension.js:1:3527)
    at /home/tolusha/projects/theia-ide/theia/packages/core/lib/common/event.js:162:33
    at CallbackList.invoke (/home/tolusha/projects/theia-ide/theia/packages/core/lib/common/event.js:177:39)
    at Emitter.fire (/home/tolusha/projects/theia-ide/theia/packages/core/lib/common/event.js:265:29)
    at DebugExtImpl.<anonymous> (/home/tolusha/projects/theia-ide/theia/packages/plugin-ext/lib/plugin/node/debug/debug.js:249:59)
    at step (/home/tolusha/projects/theia-ide/theia/packages/plugin-ext/lib/plugin/node/debug/debug.js:32:23)
    at Object.next (/home/tolusha/projects/theia-ide/theia/packages/plugin-ext/lib/plugin/node/debug/debug.js:13:53)
    at /home/tolusha/projects/theia-ide/theia/packages/plugin-ext/lib/plugin/node/debug/debug.js:7:71
    at new Promise (<anonymous>)

@vince-fugnitto
Copy link
Member

The API is implemented, and the vscode.debug-server-ready is included as a builtin in the repository with no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application help wanted issues meant to be picked up, require help 🤔 needs more info issues that require more info from the author vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

3 participants