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.07k stars 180 forks source link

Help needed for Angular Project #467

Closed kaivalyapendse closed 1 year ago

kaivalyapendse commented 1 year ago

Hi, We have angular project and have used ngx-monaco-editor and now we want use monaco-language clinet for python syntax error checking and auto code completion. We are at TS version 3.8.3. When I install the compatible monaco-language version with respect to monaco editor, I keep getting compilation error for vscode npm modules such as vscode-languageclient, vscode-languageserver-protocol,vscode-languageserver-types mainly due to typescript version mismatch. Please help to use the monaco-languageclient for the TS version.

CGNonofr commented 1 year ago

Hello,

Please provide some error and I don't think anyone will be able to help.

Also what are the version of monaco-editor/monaco-languageclient you are using?

kaivalyapendse commented 1 year ago

image

Similar errors for all vscode related modules.

kaisalmen commented 1 year ago

@kaivalyapendse did you check our own angular example? https://github.com/TypeFox/monaco-languageclient/tree/main/packages/examples/angular-client

kaisalmen commented 1 year ago

No feedback or proper error description. Issue will be closed.