alefragnani / vscode-bookmarks

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

[QUESTION] - What does indent mean in marklist #350

Closed bugknightyyp closed 3 years ago

bugknightyyp commented 3 years ago
vscode-bookmarks-indent
alefragnani commented 3 years ago

Hi @bugknightyyp ,

It doesn’t mean anything, except the first char (probably a Tab because the Bookmark is at Col 2) from your source 😄 .

It shouldn’t be there, because when you toggle a bookmark, the Side Bar displays a trimmed version of the bookmarked line, but as reported in #344 and #348 , you have two scenarios where this trim where not being applied. You probably faced one of these two scenarios, right?

If that’s the case, both issues will be fixed on the next release.

Hope this helps

bugknightyyp commented 3 years ago

@alefragnani Thank you for your kind reply.