getExtUri error when using monaco-languageclient with Angular 20 (Angular build system) #1015
Unanswered
vishnuvarthan-balasubramaniam
asked this question in
Q&A
Replies: 1 comment
-
|
See #1015 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently trying to integrate monaco-editor with monaco-languageclient to enable LSP (Language Server Protocol) support in an Angular 20 application using the standard Angular build system (Angular CLI / esbuild).
We have reviewed the Angular example provided in the repository, which is implemented using the Vite build system. That example works as expected. However, when attempting to achieve the same setup using Angular’s default build system, we consistently encounter a runtime error related to getExtUri, regardless of changes made to imports, modules, or package versions.
Environment
Framework: Angular 20
Build system: Angular CLI (default Angular build / esbuild)
Packages: monaco-languageclient v10.6.0
Could you please clarify one of the following:
We can provide a minimal reproduction repository if required.
Thank you in advance for your time and support.
Beta Was this translation helpful? Give feedback.
All reactions