-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
debug auto launch #4042
debug auto launch #4042
Conversation
05ad391
to
a14427e
Compare
@@ -161,7 +161,11 @@ export interface CommandRegistryExt { | |||
} | |||
|
|||
export interface TerminalServiceExt { | |||
$terminalClosed(id: number): void; | |||
$terminalCreated(id: string, name: string): void; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
constructor(rpc: RPCProtocol, container: interfaces.Container) { | ||
this.terminalService = container.get(TerminalService); | ||
this.terminals = container.get(TerminalService); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a14427e
to
0da1762
Compare
@AndrienkoAleksandr please review for terminals |
@AndrienkoAleksandr Could you have a look? |
Yes, I reviewed yesterday. Looks good, but for now I am testing your changes. When I complete I will approve it |
@AndrienkoAleksandr yes, testing is most important :) let me know if you need help with getting |
@akosyakov I have terminal api samples => https://github.com/eclipse/che-theia-samples/tree/ffb35d40cb3b18e5e8f4281cf6d8ff51c2689640/samples/terminal-plugin. It doesn't work with this pull request. Could You take a look? |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
+ enable sources maps Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
…de-nls Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
0da1762
to
e79109e
Compare
@AndrienkoAleksandr thanks for testing and VS Code extension, super helpful I forgot to resolve |
This PR fix issues to run and debug
debug-auto-launch
together withdebug-node
VS Code extensions.Issues:
debug-auto-launch
to detect terminals spawned by Theianode-debug
vianode-debug