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
Currently Positron and VSCode still add syntax highlighting to string literal:
In this case, bar is a string literal and will gets automatically escaped correctly by python. I would like to see it not highlight the missing escapes, similiar to how PyCharm does it.
The text was updated successfully, but these errors were encountered:
Currently Positron and VSCode still add syntax highlighting to string literal:
In this case,
bar
is a string literal and will gets automatically escaped correctly by python. I would like to see it not highlight the missing escapes, similiar to how PyCharm does it.The text was updated successfully, but these errors were encountered: