kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

[bug] I can't put breakpoints when there is a image preview on that line #44

Closed mirkancal closed 5 years ago

mirkancal commented 5 years ago

Title is explaining the issue. I can't put breakpoints behind that thumbnail images.

kisstkondoros commented 5 years ago

Thanks for the issue report!

This is unfortunate indeed, but I have no influence on that behavior: see Microsoft/vscode#5923 for furher details.

Until the linked issue is fixed, the following configuration can be applied to hide the preview images on the gutter:

"gutterpreview.showImagePreviewOnGutter": false