-
Notifications
You must be signed in to change notification settings - Fork 15
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 IDE Compatibility #48
Comments
Followed the following guide to integrate our VSIX into Theia: Theia doesnt support DebugAdapterInlineImplementation class, which we use to launch the Debugger. Though, it supports and mostly works with DebugAdapterServer class. When using DebugAdapterServer class to make it run, there are still some bugs:
@wallento should i further investigate on these issues? |
As discussed, I will investigate the above described issues |
related to theia only supports around 90% of vscode API at the moment unsupported, but in use by our extension:
https://github.com/eclipse-theia/theia/wiki/Testing-VS-Code-extensions |
For future development: this gif describes how theia plugins can be debugged nicely |
|
No description provided.
The text was updated successfully, but these errors were encountered: