Vscode-bookmarks: saving file removes all bookmarks, if using crystal lang's vscode extension

Created on 9 Jan 2019  路  2Comments  路  Source: alefragnani/vscode-bookmarks

hi! i kept wondering where all my bookmarks went! i kept seeing them disappear but couldn't figure out why lol

i finally found out when using this extension for crystal-lang:
https://github.com/crystal-lang-tools/vscode-crystal-lang

and when you save your crystal file, all your bookmarks poof.

i'm on windows 10 64-bit if that matters. if you need any more info please don't hesitate to ask, thanks!

bug duplicate found a workaround sticky

All 2 comments

Hi @girng ,

You may be facing the same problem described in #118 . I have developed a workaround, until a proper API is available in VS Code, and my extension is _notified_ about code format.

Add "bookmarks.useWorkaroundForFormatters": true to your user settings, and the bookmarks should stop to disappear.

Hope this helps

wow @alefragnani it seems to work!! thank you so much

Was this page helpful?
0 / 5 - 0 ratings