You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make scanning for the expression smarter, for example if i have this on a line in vscode:
// 63 -> hex
could the scanner not stop when reaching characters or sequences of characters that cannot exist?
In the case above just stop at the double / character.