neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

[coc.nvim] Command: python.setInterpreter not found #78

Closed 5ilvers closed 5 years ago

5ilvers commented 5 years ago

Hi

I'm having some weird issue with python.setInterpreter when i try to invoke it with CocCommand, i keep getting [coc.nvim] Command: python.setInterpreter not found

but after i try python.sortImports, python.setInterpreter starts working, now I have to run python.sortImports everytime before python.setInterpreter

chemzqm commented 5 years ago

You need open python file first