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
45 stars 14 forks source link

SymbolLink file will be displayed repeatedly #78

Open wanstarge opened 3 months ago

wanstarge commented 3 months ago

When i open a file which is linked to other file that i sync for all my devices, it will display the file itself and the filed linked to, It doesn't make a big difference, but it would be nice to modify it.(This symbollink file is created by this command new-Item -ItemType SymbolicLink -Path './settings.json' -Value "D:\vscode\settings.json")

image