lunapaint / vscode-luna-paint

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

Feature: auto refresh when file is modified. #105

Closed GAZ082 closed 2 years ago

GAZ082 commented 2 years ago

Hey there. Would be nice to have the opened file to refresh automatically when modified by other program or process.

Thanks!

Tyriar commented 2 years ago

Looks like a VS Code issue, created microsoft/vscode#137574

Tyriar commented 2 years ago

While it is a VS Code/parcel watcher issue, it looks like I can work around it by treating file create events as updates.

Tyriar commented 2 years ago

Made another change in 0.14 that fixes watching files outside of the workspace.