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 `-- monaco-languageclient@4.0.1 -> .\packages\client
+-- vscode-jsonrpc@8.0.2
+-- vscode-languageclient@8.0.2
| +-- minimatch@3.1.2
| | `-- brace-expansion@1.1.11
| | +-- balanced-match@1.0.2
| | `-- concat-map@0.0.1
| +-- semver@7.3.8
| | `-- lru-cache@6.0.0
| | `-- yallist@4.0.0
| `-- vscode-languageserver-protocol@3.17.2
| +-- vscode-jsonrpc@8.0.2 deduped
| `-- vscode-languageserver-types@3.17.2
`-- vscode@npm:@codingame/monaco-vscode-api@1.69.12
+-- monaco-editor@0.34.1
+-- vscode-oniguruma@1.6.2
`-- vscode-textmate@7.0.3 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