Skip to content
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

Cannot rename folder containing SFC files #4991

Open
ludwig801 opened this issue Nov 6, 2024 · 0 comments
Open

Cannot rename folder containing SFC files #4991

ludwig801 opened this issue Nov 6, 2024 · 0 comments

Comments

@ludwig801
Copy link

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:

  • <project_root>/
    • layout/
      • default/
        • Component.vue
      • root/
        • Component.vue

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant