1
votes

I work with the Angular project on Windows 10 under WSL (Windows Subsystem for Linux, Ubuntu 18.04). All work's like a charm, but I can't delete or refactor (move) any directory. With files this works fine, but not for directories.

I think problems with permissions for my filesystem, but can't understand how I can fix it. Any know how I can solve it? Refactoring so needed future :)

update: After start command in Linux console, like ng serve - refactoring has broken. After restart OS - all work's fine.

update: Issue in WebStorm tracker https://youtrack.jetbrains.com/issue/WEB-34797

2
What is the permission of that folder in stat command?Biswapriyo
@Biswapriyo Access: (0777/drwxrwxrwx). Today I can use refactoring, before I use any Linux command. I have run ng serve and after it, I can't do refactoring anymore before I restart my OS.Denis Savenko

2 Answers

0
votes

It seems like WSL blocking problem, not a Webstorm bug.

For detail, you can read JetBrains answer https://youtrack.jetbrains.com/issue/WEB-34797

0
votes

Just try to close WebStorm and move the directory from the native window (on Windows or Linux).