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

debug auto launch #4042

Merged
merged 8 commits into from
Jan 16, 2019
Merged

debug auto launch #4042

merged 8 commits into from
Jan 16, 2019

Conversation

akosyakov
Copy link
Member

@akosyakov akosyakov commented Jan 14, 2019

This PR fix issues to run and debug debug-auto-launch together with debug-node VS Code extensions.

Issues:

debug-auto-launch

@@ -161,7 +161,11 @@ export interface CommandRegistryExt {
}

export interface TerminalServiceExt {
$terminalClosed(id: number): void;
$terminalCreated(id: string, name: string): void;
Copy link
Contributor

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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benoitf
Copy link
Contributor

benoitf commented Jan 14, 2019

@AndrienkoAleksandr please review for terminals

@akosyakov
Copy link
Member Author

@AndrienkoAleksandr Could you have a look?

@AndrienkoAleksandr
Copy link
Contributor

AndrienkoAleksandr commented Jan 15, 2019

Yes, I reviewed yesterday. Looks good, but for now I am testing your changes. When I complete I will approve it

@akosyakov
Copy link
Member Author

@AndrienkoAleksandr yes, testing is most important :) let me know if you need help with getting debug-auto-launch extension

@AndrienkoAleksandr
Copy link
Contributor

@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?
If You need VSCode analog => it's here https://github.com/AndrienkoAleksandr/terminalApi

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>
@akosyakov
Copy link
Member Author

@AndrienkoAleksandr thanks for testing and VS Code extension, super helpful

I forgot to resolve terminalExt.id before on terminal creation, fixed it:
https://github.com/theia-ide/theia/pull/4042/files#diff-38c54d295fc447f2a7d521f9f373ce55R79

@akosyakov akosyakov merged commit e3837bb into master Jan 16, 2019
@akosyakov akosyakov deleted the ak/debug_auto_launch branch January 16, 2019 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants