-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] LSP Server with monaco #105
Comments
The executable for python-lsp-server is
|
@lieryan Thanks for confirming on the executable. Any pointer on how to use -- |
Nothing special is the setup, for me, in my IDE, I just added this line:
and it just works... The IDE launches |
@pawansingh00 sis you integrate monaco-language-client from typefox? I did and it worked for me... did you change the line mentioned in the linked comment? |
@npradeep357 Following the linked comment din't work for me. |
Hi, I've integrated monaco editor with pylsp in electron app . Here you have working example https://github.com/pplonski/electron-monaco-python-lsp However there are still some issues that need to be fixed. |
Hey @pawansingh00, i created pr for web sockets in built support in pylsp. #128 is the one which have ws support. You can refe to the source code linked in the PR. You can use that version and run the pylsp using below command. Then monanco can directly connect to it with configured ws url.
Hope this helps. |
@npradeep357 I am closing this as I have got my use case covered using this -- https://github.com/ycm-core/ycmd Thank you all for your valuable helps and inputs. |
Hi,
Can anybody help me in Setting it up with -- Monaco Editor.
I am using the following this -- microsoft/monaco-editor#833 (comment)
for the same, but its not working out.
Can somebody please confirm on how to start this -- pyls ?
Thanks,
Pawan
The text was updated successfully, but these errors were encountered: