Does not seem to work longer
Closed this issue · 7 comments
albingroen commented
I have this specified in my init.vim file.
let g:coc_global_extensions = ['coc-eslint', 'coc-json', 'coc-pairs', 'coc-prettier', 'coc-tailwindcss', 'coc-tsserver', 'coc-emmet', 'coc-prisma']
But, I don't seem to get any validation or autocompletion?
Neovim version: v0.5.0
coc-prisma version: v0.10.0
pantharshit00 commented
Can you please share output of :CocCommand workspace.showOutput
?
Try reinstalling it once as well
albingroen commented
pantharshit00 commented
Try adding "prisma.prismaFmtBinPath": ""
in `coc-settings.json
albingroen commented
pantharshit00 commented
That looks alright. Can I see your vim config? Also, please put that option if not already done. There is a null check issue in the main extension so that property might be required
albingroen commented
Alright, here's my vim (neovim) configuration: https://github.com/albingroen/dotfiles/tree/master/vim
pantharshit00 commented
0.11 changed how this extension works and eliminates use of binary which was the major cause of issues.
Please try 0.11 release