Skip to content

What Monaco editor versions are compatible? #432

Answered by kaisalmen
chosen1616 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

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
    …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chosen1616
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants