janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
229 stars 35 forks source link

Watch files outside of workspace #75

Closed janisdd closed 9 months ago

janisdd commented 3 years ago

Version?

Feature

In the current release notes of vs code https://code.visualstudio.com/updates/v1_62#_file-watching-changes they mentioned that they are transitioning to a new file watcher... If I remember correctly we can only watch files in the workspace currently (and reload the table if the csv file changes). Maybe with the new file watchers we can also watch files outside of the current workspace (e.g. if you just drop a file in vs code outside of the currently open project)?

janisdd commented 2 years ago

See https://github.com/microsoft/vscode/issues/3025

janisdd commented 9 months ago

Here are some insights I've gained along the way:

janisdd commented 9 months ago

Fixed in v0.9.0