neoclide / coc-python

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

Allow hiding Python interpreter name in status bar #268

Open Ch00k opened 4 years ago

Ch00k commented 4 years ago

Adds a new option python.hideInterpreterName (false by default), which, if set to true, will hide the selected Python interpreter name (something like Python 3.8.5 64-bit ('python-3.8.5': venv)) in the status bar. If an interpreter was not found, the text No Python Interpreter will still be displayed regardless of the setting of python.hideInterpreterName.

Fixes #138

ddnomad commented 3 years ago

Any idea when this will be merged?