Variable is not defined error for f-string debug statement #686
Labels
bug
Something isn't working
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
Environment data
Expected behaviour
Pylance can see the variable in f-string debug statement.
Actual behaviour
<variable_name[:-1]> is not defined
error is raised by PylanceCode Snippet / Additional information
Error:
"test_va" is not defined Pylance(reportUndefinedVariable)
The text was updated successfully, but these errors were encountered: