-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Initializing JS/TS language features BUT NEVER STOPS! #124561
Comments
I am having the same problem after updating to 1.56.2 I'm seeing this in the Typescript debug log:
|
Actually, my issue is an interaction between Volar and @headlessui/vue. |
Does this reproduce in the latest VS Code insiders build with all extensions disabled? /needsMoreInfo |
This comment has been minimized.
This comment has been minimized.
The problem is TS server freeze by special invalid content. And that is valid Vue content, but add to TS server by Repro (Note here no any vue file): https://github.com/johnsoncodehk/ts-extension-freeze-repro (Also added a patching for this problem in volar 0.25.13.) |
I'm a web-dev newcomer and can reproduce this problem. It only seems to happen if I'm using VS Code in a project for simply learning Javascript that does not have any NPM packages, just one HTML file that links to a javascript file. In another project with just these two files but also using NPM packages and containing I've since discovered adding a I used the following in the
VS Code version: Code 1.56.2 (054a929, 2021-05-12T17:13:13.157Z) System Info
Extensions (59)
(1 theme extensions excluded) A/B Experiments
|
@mjbvz Reproduction above. Is that enough info? :) |
I really don't know what to add more than all above informations, so Im closing the issue (although it is not completely fixed, it still jums up sometimes randomly). |
I even tried to disable the JS/TS extension but it doesn't work neither.
Bug
typescript-language-features
1.0.0
Windows_NT x64 10.0.18363
1.56.2
================ EDIT ================
First of all Im not using "Volar" or any other Vue releated plugin.
All the plugins that I have are (see the images below) :
The problem not happens everytime I open vscode but most of the time.
By the way I'm pretty sure once I tried disabling all extensions including JS/TS extension which causes the problem but it doesn't helped (When I click disable JS/TS it didn't worked but others were disabled).
The text was updated successfully, but these errors were encountered: