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
MagicPython version: The one shipped with VS Code 1.22.2. Commit:
"b453f26"
Actual behavior
keyword.operator.unpacking.arguments.python is not detected on a new line
Expected behavior
Should be detected in new lines
Steps to reproduce:
some_long_line_________________________________________=foo('a', 'b', *items, **kwargs)
# In this case, *items is detected properlysome_long_line_________________________________________=foo('a', 'b'*items,
**kwargs)
# here, both arg and kwargs are not detected properkly
Screenshot
Scope - Correct
Scope - Incorrect
The text was updated successfully, but these errors were encountered:
"b453f26"
Actual behavior
keyword.operator.unpacking.arguments.python
is not detected on a new lineExpected behavior
Should be detected in new lines
Steps to reproduce:
Screenshot
Scope - Correct
Scope - Incorrect
The text was updated successfully, but these errors were encountered: