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
We should check whether it is possible to create Monaco distribution including source code implementing comments support without pulling too much dependencies. It can save time reimplementing it ourself with similar to VS Code exp. Plus catching up with Monaco and LSP makes sense generally. We are already lagging behind for one year.
Regarding #5076 (comment) unfortunately this code belongs completely to the workbench layer of VS Code and pulls a lot of dependencies. We will have to implement our own UI for it. It is quite involving task.
Description
Related function in VsCode: https://github.com/Microsoft/vscode/blob/da3c97f3668393ebfcb9f8208d7616018d6d1859/src/vs/vscode.d.ts#L9207-L9216
Is needed for eclipse-che/che#11867
The text was updated successfully, but these errors were encountered: