pyenv-pyright
pyenv-pyright copied to clipboard
Setup a pyenv virtualenv for microsoft pyright in the pyrightconfig.json config file
This currently uses an absolute path, with the current user's username, to set the venv path. In the pyright docs, it says: "If you are working on a project with...
To reproduce: * Create an empty file called pyrightconfig.json * Run pyenv pyright It prints no message and does not edit the file
Fixes #3
I installed pyenv-pyright by running the command in the README: `git clone https://github.com/alefpereira/pyenv-pyright.git $(pyenv root)/plugins/pyenv-pyright` However when running `pyenv pyright`, I get the following output: ```bash [marijnk@fedora my-project]$ pyenv pyright...