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.06k stars 178 forks source link

How to configure the language server through the client ? #341

Closed PedroCristovao-Movai closed 2 years ago

CGNonofr commented 2 years ago

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?

PedroCristovao-Movai commented 2 years ago

I want to be able to configure pyflakes, flake8, pycodestyle through MonacoLanguageClient, like #32 #201. But couldn't understand the responses there. So made a new question here. thanks in advance

PedroCristovao-Movai commented 2 years ago

I would like to add a configuration builtins to flake8 in python-lsp, through monaco-languageclient

kaisalmen commented 2 years ago

@PedroCristovao-Movai I am closing the issue. If there are further questions please open a discussion: https://github.com/TypeFox/monaco-languageclient/discussions

Thank you