We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formatted raw strings were previously supported, but are now broken.
XXX
data = "test" x = fr"{data}\s" # breaks in 2021.5.0 (says data is unused, and improperly renders)
The text was updated successfully, but these errors were encountered:
This is the same as microsoft/pyright#1830 and will be fixed in the next release.
Sorry, something went wrong.
Thanks!
Leaving open until we release the fix (shortly).
This issue has been fixed in version 2021.5.1, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202151-6-may-2021
No branches or pull requests
Environment data
Expected behaviour
formatted raw strings were previously supported, but are now broken.
Actual behaviour
XXX
Code Snippet / Additional information
The text was updated successfully, but these errors were encountered: