alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.68k stars 163 forks source link

[BUG] - Setting bookmarks does not take effect, you need to refresh the editor #549

Open guoshilin1314 opened 2 years ago

guoshilin1314 commented 2 years ago

Environment/version

Steps to reproduce

  1. vscode is installed on the C drive letter
  2. open a folder
  3. Add folder to workspace
  4. For editors added later to the workspace folder,excute command bookmarks.toggle
  5. Bookmark does not take effect, need to refresh the editor to display
  6. console output:无法读取文件'c:(file absolute path)
gmccullo commented 2 years ago

I see this problem too. But it isn't related to new folders in workspace.

Also the bookmarks panel never shows any bookmarks now. Not sure when this problem started.

scrutch93 commented 1 year ago

I as well am running into this issue.

Raikiri commented 1 year ago

Can this be the same problem as https://github.com/alefragnani/vscode-bookmarks/issues/599 ? Please try workarounds that I provided to see if either of them help.