Unable to delete file in IDE
See original GitHub issuecode-serverversion: Can’t find version number, pulled from codercom/code-server:latest- OS Version: Linux alpha 4.15.0-46-generic x86_64 x86_64 x86_64 GNU/Linux
- Docker Version: Docker version 18.09.3, build 774a1f4
Steps to Reproduce
- Start coder IDE
- Make a file
- Right click the file
- Click Delete
- In the popup menu, click move to trash
- refresh the webpage and you see the file is back
Workaround
use the rm command from terminal
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Unable to delete a file · Issue #49 · cs50/ide-issues - GitHub
I closed the file and then tried deleting it. I used the rm command to delete the file but it does not work...
Read more >Unable to delete files - Visual Studio Feedback
Run handle.exe <path to directory that cannot be deleted> (e.g. if you want to delete c:\foo\bar.txt, try handle.exe c:\foo); Any active handles under...
Read more >Visual Studio Publish Failed: "Unable to delete file ... Access ...
Open explorer and find the c:\code folder · Right click on the c:\code folder and select properties · select the security tab ·...
Read more >Can't delete files by rm? – IDEs Support (IntelliJ Platform)
At my terminal I deleted a few files in my git project, then in PyCharm's changelist, I saw these files are displayed as...
Read more >Unable to delete a directory within web IDE - GitLab.org
Create a new directory or select an existing directory · Select Web IDE · From dropdown next to directory name, select "Delete" ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi, I found this problem can be fixed temporarily by changing file delete in setting. Uncheck send the deleted file to trash bin and you will see the delete option change to permanently delete, and the file will be gone when you select the permanently delete.
Can confirm it works, and the Trash Bin will be at
~/.local/share/Trash/files(debian stretch), maybe this issue could be closed.