emeraldwalk / vscode-runonsave

Visual Studio Code extension to run commands whenever a file is saved.
Apache License 2.0
182 stars 57 forks source link

Spike: Investigate options to refresh file after save #103

Open bmingles opened 1 month ago

bmingles commented 1 month ago

The extension doesn’t currently refresh files. In scenarios where commands are run that modify files, it would be nice if output files could be refreshed. I need to investigate how this could work since the extension doesn’t necessarily know which files are updated.