lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
282 stars 27 forks source link

"The Image was Deleted on disk" notification when I delete via explorer #18

Closed JacksonKearl closed 3 years ago

JacksonKearl commented 3 years ago
  1. Select Image in explorer
  2. Custom editor appears
  3. Delete it, editor disappears.
  4. notification pops up saying the image was deleted on disk.

I know it was deleted, I just deleted it 🙂 but now I need to close a notification too

Tyriar commented 3 years ago

Good call. This was added because the tab in custom editors doesn't display (deleted), it does show the git decoration in a window though:

image

Tyriar commented 3 years ago

Vscode issue: https://github.com/microsoft/vscode/issues/114545