UrosVuj / Explorer-Bookmark

Extension for accessing folders and files quickly and neatly.
https://marketplace.visualstudio.com/items?itemName=UrosVujosevic.explorer-manager
MIT License
20 stars 7 forks source link

Files won't open after restart VS Code. #2

Closed LostGuard closed 2 years ago

LostGuard commented 2 years ago

Added individual files do not open after restarting visual studio. If you add a folder, then the files from it open normally.

изображение

OS - Windows 7

UrosVuj commented 2 years ago

Hm, this used to work back when the extension launched. It seems that when passing the restored URIs from the previous session, the vscode.open command didn't recognize the URIs as valid for some reason and threw an error. When reconstructing the URIs by using vscode.Uri.parse(oldUri.path) everything works.

Anyhow, all fixed now.

LostGuard commented 2 years ago

works well, thanks.