Cannot read properties of undefined (reading 'stubPath')
tahseenjamal opened this issue · 1 comments
tahseenjamal commented
Link to my .vimrc configuration
Steps to repeat
- Install VIM (vim editor)
- Use my .vimrc file config
- Then run
:PluginInstall
inside vim and then exit - After this you would have to run
npm install
inside~/.vim/bundle/coc.nvim
folder - Now install miniconda
https://docs.anaconda.com/miniconda/
- Created new environment with
python 3.11
and masonite 4 framework (pip install masonite==4.20.0
) - Switch to this new environment
- Create a new project using command
project start blog
- Then go into the blog folder
- Open vi and run inside it
:CocInstall coc-basedpyright
- Now open
blog/app/controllers/WelcomeController.py
and you would see
I get below error
[coc.nvim] Request workspace/configuration failed with message: Cannot read properties of undefined (reading 'stubPath')
fannheyward commented
Fixed in coc-basedpyright.