Closed outshow closed 4 years ago
I think that this might be the same problem as I have in #95. I tried setting "python.formatting.provider": "black"
for my project but got an error/warning that autopep8
couldn't be found. Then set the same setting globally and black
worked fine.
@JoosepAlviste yes, you are right.
Yes, I met the same problem here. I cannot set pythonPath in workspace coc-config.
We don't support coc-settingds.json.
We don't support coc-settingds.json.
Ok, then what's the proper way to set workspace python path?
setInterceptor command cannot find my venv settings.
Use .vim/coc-settings.json
Use
.vim/coc-settings.json
I think this issue is saying that setting python.pythonPath in .vim/coc-settings.json doesn't work.
We don't support coc-settingds.json.
Sorry for my spelling mistake, it is coc-settings.json. I put the coc-settings.json file in workspace path "/home/xx/workspace/py_test/.vim/" and it does not work. I put the same setting file in goable path "~/.vim/" and it works.
Should be fixed on latest coc.nvim release.
coc-settingds.json under the workspace .vim folder is not working.
setting with :CocLocalConfig is not working setting with :CocConfig is working