Python-vscode
Python-vscode copied to clipboard
Syntax highlighting for python functions breaks if return type hint is Specfied
The fallowing results in incorrect syntax highlighting:
def a()->None: """d""" #f pass
removing ->None works as expected. For myself I have found an alternate extension for my needs.
+1 thanks for this extension anyway :)