-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: building minimal app fails #7056
Comments
@marechal-p duplicate of #6129? Maybe report your findings there. |
I guess mine is more up to date? In your issue it seems to fail at runtime, mine doesn't even fully builds. |
If I manually add the missing package, it builds but then the browser app fails with:
|
I still think we should only have a single issue reporting the problem and it should contain updates? |
I'll close the original in favor of this one. |
As mentioned in the original issue, the |
Why do we need lsp-types in core? Maybe it should go to @theia/languages? |
Also Range should be imported from vscode-languageserver-types, not protocol. That should be enough to fix. |
Updating the import statement would fix it indeed, but should this file be moved to languages? Right now it is used by filesystem, it would make it dependent on languages. |
let's keep it as is |
Description
When building an application using only
@theia/core
, webpack fails with:Not really sure why core depends on
vscode-languageserver-protocol
directly, but either:@akosyakov ?
Reproduction Steps
OS and Theia version: Windows 10 - Theia 0.15.0
Diagnostics:
The text was updated successfully, but these errors were encountered: