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
Editor name and version: VS Code 1.71
Platform: Any
Color scheme: NA
MagicPython version:
A sreenshot: I would expect syntax highlighting to be the same irrespective of whether the line is broken before or after the @ operator.
5-10 lines of surrounding code:
# Define variables so pylance doesn't complain. long_variable_name = other_long_variable_name = 1 long_variable_name \ @ other_long_variable_name['some_index'] long_variable_name @ \ other_long_variable_name['some_index']
Originally from @tillahoffmann in microsoft/vscode#161435
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Editor name and version: VS Code 1.71
Platform: Any
Color scheme: NA
MagicPython version:
A sreenshot:
I would expect syntax highlighting to be the same irrespective of whether the line is broken before or after the @ operator.
5-10 lines of surrounding code:
Originally from @tillahoffmann in microsoft/vscode#161435
The text was updated successfully, but these errors were encountered: