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

File project starting by a dot point crashes #63

Open
JulioJu opened this issue Feb 6, 2021 · 0 comments
Open

File project starting by a dot point crashes #63

JulioJu opened this issue Feb 6, 2021 · 0 comments

Comments

@JulioJu
Copy link

JulioJu commented Feb 6, 2021

A File project starting by a dot point crashes.

If we try to open with Nvim a vue file located under a folder with a name that start by a dot., Coc crashes with message:

[coc.nvim] The "vetur" server crashed 5 times in the last 3 minutes. The server will not be restarted.

It's a big problem because VuePress has vue files under a folder named .vuepress. Check https://vuepress.vuejs.org/guide/directory-structure.html

Step to reproduce

  1. First
vue create hello-vue2
  1. Second
    Create the project. I've tested with the three options
 Default ([Vue 2] babel, eslint)
  Default (Vue 3 Preview) ([Vue 3] babel, eslint)
  Manually select features (with TypeScript especially)
  1. Third
mv hello-vue2 .hello-vue2
  1. Fourth
    open a Vue file, for instance App.vue
cd .hello-vue2
nvim src/App.vue
  1. Fifth
    We have error message
[coc.nvim] The "vetur" server crashed 5 times in the last 3 minutes. The server will not be restarted.

Notes:

  • I've tried with a minimal vimrc, with only coc installed
  • Open a ts or js file works. Coc start correctly if it's a pure JavaScript or TypeScript file.
  • I'm on Linux
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

1 participant