-
-
Notifications
You must be signed in to change notification settings - Fork 442
Unhandled method volar/getAttrNameCaseClient #754
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
Comments
Do you have execute |
No, I just write code normally.
|
I got the same issue
Not manualy but it seem that it's related, got OOM fatal error, then
|
I noticed that occurs more often when having a scoped style in the template |
Can you make this problem reproduce in https://github.com/johnsoncodehk/volar-starter? |
Yes,I can reproduce this problem. I found that as long as I create a new .vue file, this problem will definitely occur. This may have something to do with my directory structure. There are more than a dozen projects under my vscode workspace folder, similar to momorepo. Each project is installed with plug-ins such as eslint, prettier, stylelint, etc. When I create a new file, it takes tens of seconds to initialize vue lanaguage features. |
@DCLangX could you describe the steps to reproduce this problem in volar-starter? |
I created a project that can reproduce this problem, and recorded a video,i hope this helps. |
OS: Windows 10 21H1
VS Code: 1.62.3
Volar: 0.29.8
I keep getting the following error stack in VS Code:
Reloading the window can temporarily solve the problem, but after a period of time, this error appears again.
How do i fix it completely?
The text was updated successfully, but these errors were encountered: