Yevgnen

Results 122 comments of Yevgnen

I don't see anything logs about `harper` and I have the following config for Python. ```json "languages": { "Python": { "language_servers": ["basedpyright", "ruff", "!pyright"], "format_on_save": "on", "formatter": [ { "code_actions":...

It only works if I remove the whole `"Python"` values. Remove items from `"language_servers"` or tuning the items to be enabled or disabled also dose not work.