Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not seem to work longer #18

Closed
albingroen opened this issue Aug 18, 2021 · 7 comments
Closed

Does not seem to work longer #18

albingroen opened this issue Aug 18, 2021 · 7 comments

Comments

@albingroen
Copy link

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?
image


Neovim version: v0.5.0
coc-prisma version: v0.10.0

@pantharshit00
Copy link
Owner

Can you please share output of :CocCommand workspace.showOutput?

Try reinstalling it once as well

@albingroen
Copy link
Author

This is what I see when I run the command

image

I have tried re-installing the plugin several times.

@pantharshit00
Copy link
Owner

Try adding "prisma.prismaFmtBinPath": "" in `coc-settings.json

@albingroen
Copy link
Author

image

@pantharshit00
Copy link
Owner

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
Copy link
Author

Alright, here's my vim (neovim) configuration: https://github.com/albingroen/dotfiles/tree/master/vim

@pantharshit00
Copy link
Owner

0.11 changed how this extension works and eliminates use of binary which was the major cause of issues.

Please try 0.11 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants