vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.87k stars 405 forks source link

Cannot rename folder containing SFC files #4991

Open ludwig801 opened 2 weeks ago

ludwig801 commented 2 weeks ago

Vue - Official extension or vue-tsc version

2.1.10

VSCode version

1.95.1

Vue version

3.5.11

TypeScript version

5.6.2

System Info

No response

package.json dependencies

No response

Steps to reproduce

Assume the following file system structure:

Renaming default/ or root/ causes no issue. Renaming layout/, however, takes forever and eventually triggers an EPERM error.

What is expected?

Renaming works no matter the folder depth.

What is actually happening?

VSCode becomes stuck and eventually triggers the following error: image

Link to minimal reproduction

No response

Any additional comments?

I have disabled every extension beforehand and thus can conclude that the bug is indeed caused by Vue - Official.