What Monaco editor versions are compatible? #432
-
In the README troubleshooting, you mention
Sorry I am new to TypeScript community, I wonder what versions of monaco-editor are compliant? Where can I find this info? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @chosen1616 thank you for bringing this up. You can see this here: npm list --workspace ./packages/client --all Result `-- [email protected] -> .\packages\client
+-- [email protected]
+-- [email protected]
| +-- [email protected]
| | `-- [email protected]
| | +-- [email protected]
| | `-- [email protected]
| +-- [email protected]
| | `-- [email protected]
| | `-- [email protected]
| `-- [email protected]
| +-- [email protected] deduped
| `-- [email protected]
`-- vscode@npm:@codingame/[email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected] We should add a table to the README listing the compatible versions and eventually "enforce" the compatibility check with a proper |
Beta Was this translation helpful? Give feedback.
Hi @chosen1616 thank you for bringing this up.
The monaco-editor version used must be in line with what monaco-vscode-api uses.
You can see this here:
Result