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
Theia now supports using vscode extensions packs, and the vscode built-in extensions we publish on open-vsx, have such a pack. We could easily replace the current vscode built-ins with such a pack.
@marcdumais-work just to mention I have the following pull-request #10049 but didn't get around to fixing the issues as to why the api-tests would fail for typescript.
Use the vscode built-ins pack in example apps
Feature Description:
Theia now supports using vscode extensions packs, and the vscode built-in extensions we publish on open-vsx, have such a pack. We could easily replace the current vscode built-ins with such a pack.
example: https://github.com/eclipse-theia/theia-blueprint/blob/master/applications/electron/package.json#L121-L122
We may need to exclude a couple of built-ins, like so: https://github.com/eclipse-theia/theia-blueprint/blob/master/applications/electron/package.json#L129-L132
The text was updated successfully, but these errors were encountered: