leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

Not Update When add / delete file. #33

Closed flame4 closed 4 years ago

flame4 commented 4 years ago

hi, when i create a new file / delete some file, the folder on the favorites will not update, instead it will keep old view.

And, file operation (rename, create, etc) seems forbiding in favorites tab.

i wonder whether this is a known problem, or something i can do to fix it.

thx. :)

gjsjohnmurray commented 4 years ago

I plan to submit a PR that will add a Refresh button to the header of the Favorites view here:

image

Until then a workaround is to use the button that changes the sort order. But beware that if you currently use MANUAL sort order, clicking that button will switch you to ASC or DESC order. To reinstate MANUAL order:

image

Or edit your .code-workspace file directly.

flame4 commented 4 years ago

thx, that's very helpful. :)

i thought this issue should be closed when this pr is merged, so i'll keep it open. thanks for your job again~