Hi, I tried to write a simple demo which use monaco with python lsp support in plain html without server.
I want to use pyodide or pure js to serve as lsp server. Is there any ideas about how to do it?
I found a example monaco-python, but the monaco editor was too old, I try to update monaco editor, then it did not work.
A lot of examples introduced python lsp need to use a server to run lsp server. But I want to make something pure web, maybe use web workers, pyodide and webassembly.
Some reference links.
Hi, I tried to write a simple demo which use monaco with python lsp support in plain html without server.
I want to use pyodide or pure js to serve as lsp server. Is there any ideas about how to do it?
I found a example monaco-python, but the monaco editor was too old, I try to update monaco editor, then it did not work.
A lot of examples introduced python lsp need to use a server to run lsp server. But I want to make something pure web, maybe use web workers, pyodide and webassembly.
Some reference links.