Loïc Mangeonjean
Loïc Mangeonjean
> sorry i misunderstood that previously and still didnt get it, i'm not familiar with lsp's initialize... what is workspaceFolder supposed to be? the project's folder or what? Yes, a...
What is `exe`? The language server protocol is [pretty well documented](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/)
It's not related at all to monaco-editor itself. The lsp protocol supports it and this library as well. I'm not familliar with python, but don't you need to import the...
> which scheme will work well? Are there any docs? file maybe? also the language server probably works best the the file present on the disk > I would like...
(Python Notebooks just got implemented in the LSP protocol itself)
Hello, What is your question?
There is a working example here. If you want some help, please ask more specific questions
Please make some effort to explain your problem, nobody will make more effort answering you than you make questionning. What are you trying to achieve?
There is many calls to language server after each keystroke (didContentChange, semanticTokens, codeActions...) Why do you want to prevent the client from sending too many requests? what is your specific...
I dont think there is anything you can do to change the default behavior (except some hack or fork of monaco-editor?). What you can do is disabling feature that send...