kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
538 stars 68 forks source link

a problem #140

Open Kariseven323 opened 1 year ago

Kariseven323 commented 1 year ago

When I try to take a screenshot of this string of text:%10.2lf, no interface will pop up.Any code containing this string of text cannot be screenshot. Once removed, you can take a screenshot.

smallphan commented 1 year ago

me too

Jiawei1996 commented 9 months ago

% Yes %0 Yes %x Yes %01x No :(

pfui-bah-kiste commented 8 months ago

The problem occurs when there is at least one string of the form %00 - %ff within the selected text. It does not matter what characters are before or after that string.

DaphneOdera17 commented 7 months ago

I meet the same problem

DaphneOdera17 commented 7 months ago

The problem occurs when there is at least one string of the form %00 - %ff within the selected text. It does not matter what characters are before or after that string.

Will this bug be fixed?