coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

Pylint always activated, even though it is disabled.

Open judemille opened this issue 4 years ago • 1 comments

My .vim/coc-settings.json in my workspace is:

{
  "python.venvPath": "${workspacePath}/.venv",
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true
}

But for some reason, coc.nvim keeps telling me pylint isn't installed. Is there some way I'm missing that activates a workspace?

judemille avatar Oct 28 '19 14:10 judemille

I think it is related to #96.

ViliamV avatar Oct 29 '19 11:10 ViliamV