vscode-edit-csv
vscode-edit-csv copied to clipboard
Add data loss prevention popup for changed tabs
Version?
VS Code Plugin 0.11.3
Feature
Add data loss popup to prevent changes being lost.
When closing a tab that has changes in it, first ask the user if they want to save the changes back to the file.
The animation below shows the current behaviour: a file is edited with the plugin and changes are made.
The tab indicates changes were made, but the user is allowed to close the tab without warning, and changes are lost.
This is already tracked in issue #10 and the vs Code team has closed the corresponding issue as not planned. So, this is not possible.