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
Starting Theia in a browser generates errors on the server console
If you start Theia in a browser, it starts ok
If you add a second workspace in the browser, then select again Theia workspace
Note: average loading time is also bad when there is more than one workspace available in a browser and re-starting the server . The secondd workspace could be very little, just a few files in it is enough.
Restart the server and press the refresh button of the browser for Theia workspace, then many errors appears on the server console.
1-
DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
3- List of warnings:
root WARN A command _typescript.applyRefactoring is already registered.
root WARN A command _typescript.organizeImports is already registered.
root WARN A command _typescript.applyRenameFile is already registered.
root WARN A command _typescript.applyWorkspaceEdit is already registered.
root WARN A command _typescript.applyCodeAction is already registered.
root WARN A command _typescript.applyRefactoring is already registered.
root WARN A command _typescript.organizeImports is already registered.
The text was updated successfully, but these errors were encountered:
Starting Theia in a browser generates errors on the server console
If you start Theia in a browser, it starts ok
If you add a second workspace in the browser, then select again Theia workspace
Note: average loading time is also bad when there is more than one workspace available in a browser and re-starting the server . The secondd workspace could be very little, just a few files in it is enough.
Restart the server and press the refresh button of the browser for Theia workspace, then many errors appears on the server console.
1-
DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2-
root ERROR TypeScript: (node:24318) UnhandledPromiseRejectionWarning: Error: geterr timeout
3- List of warnings:
root WARN A command _typescript.applyRefactoring is already registered.
root WARN A command _typescript.organizeImports is already registered.
root WARN A command _typescript.applyRenameFile is already registered.
root WARN A command _typescript.applyWorkspaceEdit is already registered.
root WARN A command _typescript.applyCodeAction is already registered.
root WARN A command _typescript.applyRefactoring is already registered.
root WARN A command _typescript.organizeImports is already registered.
The text was updated successfully, but these errors were encountered: