microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.42k stars 28.95k forks source link

Semantic highlighting/Hovers not updating with VS Code 1.79.2 and workspace TypeScript 5.0.4 #185479

Open segevfiner opened 1 year ago

segevfiner commented 1 year ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. Create a Vue project using TypeScript 5.0.4 (pnpm create vue@3).
  2. pnpm i open it in VS Code.
  3. Set VS Code to use the workspace TypeScript version 5.0.4.
  4. Modify some code in TS files. At some point the semantic highlighting stops updating and is off. The hovers as well.
johnsoncodehk commented 1 year ago

I think this is a problem with "TypeScript Vue Plugin" 1.8.0 + TS 5.0.4, upgrade "TypeScript Vue Plugin" to 1.8.1 or later should fix it.

starball5 commented 10 months ago

Could you add a screenshot?