We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
vue
[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
.vuepress
vue create hello-vue2
Default ([Vue 2] babel, eslint) Default (Vue 3 Preview) ([Vue 3] babel, eslint) Manually select features (with TypeScript especially)
mv hello-vue2 .hello-vue2
cd .hello-vue2 nvim src/App.vue
ts
js
The text was updated successfully, but these errors were encountered:
Tech: move ./docs/.vuepress/theme to ./docs/theme/ cause of neoclide/…
666b2fd
…coc-vetur#63
No branches or pull requests
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:It's a big problem because VuePress has vue files under a folder named
.vuepress
. Check https://vuepress.vuejs.org/guide/directory-structure.htmlStep to reproduce
Create the project. I've tested with the three options
open a Vue file, for instance App.vue
We have error message
Notes:
ts
orjs
file works. Coc start correctly if it's a pure JavaScript or TypeScript file.The text was updated successfully, but these errors were encountered: