You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A place to keep track of issues describing L-Train related items
Beta (Feb 5.)
LS and Debuggers as remote Theia plugins
Since all Theia plugins are remote plugins, this item comes down to making language servers and debug adapters run as Theia plugins. Packaging language servers and their native dependencies as a Che plugin is up to the individual plugin.
One of the issues here is that debuggers may try to launch the debuggee (not the debug adapter) in the container they are in, which is bogus. This means running vscode debug extensions is not generally a solution.
A place to keep track of issues describing L-Train related items
Beta (Feb 5.)
LS and Debuggers as remote Theia plugins
Since all Theia plugins are remote plugins, this item comes down to making language servers and debug adapters run as Theia plugins. Packaging language servers and their native dependencies as a Che plugin is up to the individual plugin.
One of the issues here is that debuggers may try to launch the debuggee (not the debug adapter) in the container they are in, which is bogus. This means running vscode debug extensions is not generally a solution.
Java LS and Debugger as plug-in (Java Language Plugin Java Language Plugin eclipse-theia/theia#3778)
TypeScript LS and Debugger as plug-in
Go LS and Debugger as plug-in Add support of Golang projects to Che Theia #12025
There is https://github.com/theia-ide/go-language-server for a langugage server, but I don't think it has DAP support.
YAML LS as plug-in (Typescript-based)
Scalability Issues (Che-in-Che)
Maintain JDT.LS in CodeReady Workspaces
Lost debug Panels Lost panels in debug view eclipse-theia/theia#3377
GA (Mar. 19)
The text was updated successfully, but these errors were encountered: