-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] XXX depends on UNKNOWN service YYY. #2941
Comments
This does not make so much sense. I wonder why it says Also, the implementation for |
I guess that I have just tried to build and run example from EDIT: If run the exact same sample with monaco-editor 0.31.1 then I get no errors - so it looks like something new in 0.32.0. |
In |
I was able to reproduce. This is because the service collection initialization code executes before the |
…ice descriptors that were registered later Commit: 44a6c7af673a2634805bbde28485b30da7abafdc
…riptors that were registered later
- microsoft/monaco-editor#2941 has been fixed
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
No response
Actual Behavior
No response
Expected Behavior
No response
Additional Context
After update to the latest version 0-32-0 (from yesterday) I get the following errors. I build monaco using esbuild. Version 0-31-1 did not have these crashes. Do you know what could go wrong or how to debug / investigate this issue?
EDIT:
this is our build.js script
and this is a minimal example that produces the error:
The text was updated successfully, but these errors were encountered: