-
-
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
Server still crash on 0.6.1 - throw new Error("start < 0"); #128
Comments
Can you help me finding a repro? Try it on some public vue projects like https://github.com/vuejs/vue-hackernews-2.0 or https://github.com/vuejs-templates/webpack and see if the server crashes? If not, can you try to put some code from your codebase to a template project and manage to crash vetur's Language Server? This is what @The-Smallest did and was extremely helpful for me to fix the previous crash: |
It's crashing for me too on startup, let me see if I can reproduce. |
It's happening to me as well. I just created a stock asp.net core web api project using the yeoman generator and as soon as I opened the project it it started crashing. npm install -g yo bower |
@octref |
Thanks! I'm able to repro it. Will look into a fix soon. |
It's because vetur 0.6 inserts a hidden |
0.6.2 fixed it for me too, thanks! 👍 |
It seems to be fixed but I am experiencing abnormal performance issues. For example, if auto-complete is triggered it shows a loading sign which stays for some seconds until the auto-complete dialog shows up. Is anyone else experiencing this? It used to be really fast (Instant completion-info) for my project which hasn't changed in a few weeks. Also is it normal that the vetur server process uses like 1-2 GiB ram? |
Still having issue with server, last VSCode version on ArchLinux updated with node v7.8.0
The text was updated successfully, but these errors were encountered: