TypeFox / monaco-languageclient

Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
https://www.npmjs.com/package/monaco-languageclient
MIT License
1.04k stars 178 forks source link

event.hasCorrelation is not a function #590

Closed OliverwengFiltered closed 8 months ago

OliverwengFiltered commented 8 months ago

anyway to turn off this error?

appreciate the insights!

cc @kaisalmen @CGNonofr

Screenshot 2024-01-08 at 10 30 31 AM
kaisalmen commented 8 months ago

@OliverwengFiltered do you have more context? How/when does this happen?

OliverwengFiltered commented 8 months ago

@kaisalmen I had these two lines in the package.json in the overrides property.

    "monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.83.5 <1.84.0",
    "vscode": "npm:@codingame/monaco-vscode-api@>=1.83.5 <1.84.0",

after reading the release notes, I corrected them to

    "monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0",
    "vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0",

which seems solved the problem. closing it now.