-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Typescript features not working in 0.11.8 #768
Comments
I can prepare one in a couple hours. Does that still work for you if you use |
It still works. The problem probably is vetur crash. Otherwise in You can see vetur's log in output panel. |
@KaelWD Sorry about that - It seems language server is not started properly for you. What's the output from Output -> Vue Language Server? |
Also, would be helpful if you turn on |
Looks like it's working now for some reason, would the 0.12.3 changes have anything to do with that? I'll let you know if it starts breaking again. |
We only removed chokidar. The probable cause might be chokidar throw an exception that prevents language server from starting. |
I guess that's fixed it then, I downgraded back to 0.12.1 and it started crashing again. @octref Output shows |
This seems to have regressed in 0.12.4 |
Just to make sure the extension source is not corrupted - can you run the command |
Done, same problem still. Updating vscode to 1.24.0 with vetur 0.12.5 seems to be working again though. |
Info
Updating tsc manually (#682 (comment)) with 0.11.7 works fine.
Problem
0.11.8:
No type information:


No hover hints:
0.11.7:
The text was updated successfully, but these errors were encountered: