ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

Unable to delete of file in remote docker #85

Open jaredmcateer opened 4 years ago

jaredmcateer commented 4 years ago

I am trying to use the unotes extension in a editor attached to a remote docker container and I'm getting the following error trying to delete a note. It's a bare bones os so it doesn't have a trash system

Error running command unotes.deleteNote: 
Unable to delete file 'vscode-remote://attached-container+7b22636f6e7461696e65724e616d65223a222f61727465
7279735f6465765f6275696c6465725f31382e30342d31322e31352e302d3136227d/middle/.unotes/notes/test.md' 
via trash because provider does not support it.. This is likely caused by the extension that 
contributes unotes.deleteNote.

As a workaround I can just navigate to the folder and delete the file permanently

ryanmcalister commented 1 year ago

This is likely fixed now.