Marc Dumais
Marc Dumais
One thing I noticed: the help -> about dialog seems broken.
Here are the vscode extensions that seem to fail for me at startup (more might when e.g. .a new LS is triggered): - vscode.merge-conflict - vscode.emmet - vscode.npm More from...
When I try to search for a file in the repo (Ctrl-p), it's not able to spawn `ripgrep`: > root ERROR Failed to search: file:///opt/ericsson-dev/theia-blueprint Error: spawn /opt/ericsson-dev/theia-blueprint/applications/browser/packaged/bin/rg EACCES at...
I missed a few non-working extensions (or at least extensions that throw exceptions at startup): - vscode.git - vscode.debug-auto-launch - vscode.typescript-language-features - vscode.json-language-features/ - vscode.configuration-editing
Many seem to have this same error: `TypeError: i.id.endsWith is not a function` Couple of example: ``` root INFO [hosted-plugin: 14507] PLUGIN_HOST(14507): PluginManagerExtImpl/loadPlugin(/opt/ericsson-dev/theia-blueprint/applications/browser/packaged/builtins/vscode.json-language-features/extension/client/dist/node/jsonClientMain) root ERROR [hosted-plugin: 14507] Activating extension 'JSON...
> Many seem to have this same error: `TypeError: i.id.endsWith is not a function` seems to come from new code: https://github.com/eclipse-theia/theia-blueprint/pull/168/files#diff-f909d9e80fd47722da8e8ea2c689895ecfe35d5e60adfc9040af4fad1397b9b7R32
> seems to come from new code: https://github.com/eclipse-theia/theia-blueprint/pull/168/files#diff-f909d9e80fd47722da8e8ea2c689895ecfe35d5e60adfc9040af4fad1397b9b7R32 node function being called in browser context? __edit:__ I mean `require` of line 30: https://github.com/eclipse-theia/theia-blueprint/pull/168/files#diff-f909d9e80fd47722da8e8ea2c689895ecfe35d5e60adfc9040af4fad1397b9b7R30
Thanks for the update Paul. Now it fails for me during `yarn browser bundle`: > 18 warnings have detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to...
Maybe relevant, I have interesting warnings just before the failure, that I do not remember seeing before. Several similar to this: > WARNING in ../../node_modules/@theia/node-pty/lib/windowsPtyAgent.js 35:35-74 Module not found: Error:...
The electron app/packages do not seem to start. This happens whether or not I previously bundle/package for the browser: (_note: I tested the latest master and confirmed that the problem...