tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
47 stars 14 forks source link

single file view does not seem to refresh automatically when selecting a file #4

Closed mindfulJS closed 4 years ago

mindfulJS commented 4 years ago

It seems when several tabs are open (with vscode setting "workbench.editor.enablePreview": false) the single file view does not automatically refresh when selecting different files/tabs.

tintinweb commented 4 years ago

can you give me detailed steps to reproduce?

mindfulJS commented 4 years ago
tintinweb commented 4 years ago

@mindfulJS

this might have been a side-effect of another bug. can you check out the latest version 0.0.10? also for clarification: the refresh button reloads all known bookmark files and does not scan the whole workspace (we'd have to look into every file and I feel like there is no efficient way to do this yet).

mindfulJS commented 4 years ago

It all works perfectly now, thanks.