-
Notifications
You must be signed in to change notification settings - Fork 27
start failed with theia v1.21.0 #147
Comments
@navono thank you for the issue, you cannot mix and match versions of |
@vince-fugnitto thank you for your quickly response. Is it that's means that |
Yes that's correct, $ yarn why @theia/core
yarn why v1.22.4
[1/4] Why do we have the module "@theia/core"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "@theia/[email protected]"
info Has been hoisted to "@theia/core"
info Reasons this module exists
- Specified in "dependencies"
- Hoisted from "@theia#outline-view#@theia#core"
- Hoisted from "@theia#userstorage#@theia#core"
- Hoisted from "@theia#variable-resolver#@theia#core"
- Hoisted from "@theia#console#@theia#core"
- Hoisted from "@theia#debug#@theia#core"
- Hoisted from "@theia#editor#@theia#core"
- Hoisted from "@theia#file-search#@theia#core"
- Hoisted from "@theia#filesystem#@theia#core"
- Hoisted from "@theia#getting-started#@theia#core"
- Hoisted from "@theia#markers#@theia#core"
- Hoisted from "@theia#messages#@theia#core"
- Hoisted from "@theia#monaco#@theia#core"
- Hoisted from "@theia#navigator#@theia#core"
- Hoisted from "@theia#output#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#core"
- Hoisted from "@theia#preferences#@theia#core"
- Hoisted from "@theia#process#@theia#core"
- Hoisted from "@theia#property-view#@theia#core"
- Hoisted from "@theia#search-in-workspace#@theia#core"
- Hoisted from "@theia#task#@theia#core"
- Hoisted from "@theia#terminal#@theia#core"
- Hoisted from "@theia#typehierarchy#@theia#core"
- Hoisted from "@theia#vsx-registry#@theia#core"
- Hoisted from "@theia#workspace#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#callhierarchy#@theia#core"
- Hoisted from "@theia#getting-started#@theia#keymaps#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#plugin-ext#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#plugin-ext#@theia#bulk-edit#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#plugin-ext#@theia#scm#@theia#core"
- Hoisted from "@theia#plugin-ext-vscode#@theia#plugin-ext#@theia#timeline#@theia#core"
info Disk size without dependencies: "12.34MB"
info Disk size with unique dependencies: "42.85MB"
info Disk size with transitive dependencies: "64.23MB"
info Number of shared dependencies: 169
=> Found "@theia/cpp-debug#@theia/[email protected]"
info Reasons this module exists
- "@theia#cpp-debug" depends on it
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#console#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#editor#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#filesystem#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#markers#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#monaco#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#output#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#preferences#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#process#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#task#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#terminal#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#userstorage#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#variable-resolver#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#workspace#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#markers#@theia#navigator#@theia#core"
- Hoisted from "@theia#cpp-debug#@theia#debug#@theia#monaco#@theia#outline-view#@theia#core"
info Disk size without dependencies: "11.42MB"
info Disk size with unique dependencies: "41.59MB"
info Disk size with transitive dependencies: "62.06MB"
info Number of shared dependencies: 166
Done in 1.24s. A newer version of |
I believe the error you might have experience is due to a bug in
|
Any plan to release latest version?
I'll try it later, thank you. |
@navono sorry for the late reply, I think the notification fell under the cracks.
I can plan a release for it when we do the next release of the framework. You are able however to get it to work if you are to use resolutions in your application like so. Basically the idea to resolve |
Description
Add @theia/[email protected] to latest version of @Theia, then start from electron, its pending in loading page.
How to reproduce:
Expected behavior
Electron start and can debug cpp file.
Environment
Additional information
The text was updated successfully, but these errors were encountered: