Using ClangD extension with monaco-vscode-api. #203
-
How can I use the ClangD extension with the monaco-vscode-api? I encountered an error 'Cannot read properties of undefined (reading 'toString')' when attempting to import the .vsix file.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm not able to reproduce you error, do you have the full stack? are you able to reproduce in the demo of this repository? Note that even without error, it won't do much as the extension is not web-compatible You'll need to use the ext-host server to run the extension on a server to make it fully work |
Beta Was this translation helpful? Give feedback.
I mean
monaco-vscode-api/demo/src/setup.ts
Lines 72 to 110 in 52c94ba