-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Load project hangs due to EACCES: permission denied #2559
Comments
https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix Install this version and paste output panel message in this issue. |
I can't reproduce in macOS. |
thanks for looking into this. I hope the following repro helps: https://github.com/willhoyle/veturpack Directions are in the readme |
Thank you for your help. |
Vetur: Restart VLS
Info
Problem
Vetur initialized
[Error - 11:45:17 AM] Request textDocument/documentSymbol failed.
Message: Request textDocument/documentSymbol failed with message: EACCES: permission denied, scandir '/home/will/projects/dashboard/data/postgres'
Code: -32603
Reproducible Case
I have a workspace with a repo similar to the following:
since my vue app is in frontend, I have the following vetur.config.js (ie. dashboard/vetur.config.js)
my
.gitignore
hasdata
in it. It is managed by the postgres docker image, which is why I don't have permission to read the folder. I could fix this by fixing how I run that docker image but it would be nice to have vetur ignore this folder since it doesn't have permission?Also, I'll just link the other issue for reference: #2554
The text was updated successfully, but these errors were encountered: