-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
vs code Intelligent prompt #72919
Comments
Please supply version details. The About dialog has a handy Copy button that writes them to your clipboard. |
version : 1.33.1 (system setup) how to close the 'Initializing JS/TS language features' |
@eizo2200 this probably needs input from @mjbvz who is already assigned it. I'm just here to try and help out. Did you see #68896 (comment) ? Are your files local, or fetched across the network somehow? And #72596 (comment) suggests testing with the latest Insiders. |
Just a local project, no problem with other projects. |
Does this reproduce in the latest VS Code insiders build with all extensions disabled? |
yes,it still reproduce. I found a solution, as long as there is a jsconfig.json file in the project, VS Code appears 'Initializing JS/TS language features' ,Delete jsconfig.json file and restart VS Code, It won't happen. How to save jsconfig.json and solve the problem |
Please try collecting the TS Server log to help us investigate this:
If you can share the log, I can take a look to see if anything stands out
|
|
@eizo2200 Is that the full log? It looks truncated. And did you collect the log file after letting the |
I got the exact same problem and disabling all extensions and restarting VS code did the trick for me. |
@mjbvz I waited for around 15 minutes and got the
|
@sharno You are likely hitting this bug: microsoft/TypeScript#30818 @eizo2200 can you confirm that you shared the full log previously |
@mjbvz Here's the
|
Closing as more information is needed from the original poster |
Vscode opens the project and appears in the lower left corner 'Initializing JS/TS language features' So JS smart code hints and code folding don't work,But the CSS file is unaffected, Help me please
The text was updated successfully, but these errors were encountered: