sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.81k stars 242 forks source link

Python function return type causes following lines to lose their expected colors #292

Open evanemolo opened 3 years ago

evanemolo commented 3 years ago

Using version 2.0.1.

In Python, using a function return type causes the following lines to not color properly. See attached screenshot.

Screenshots

With return type:

image

Without return type:

image

Thanks!

A-W-Smith commented 2 years ago

Hi,

I recently encountered this issue and if you uninstall the Python for VSCode extension that should fix it

https://stackoverflow.com/questions/59342329/syntax-highlighting-not-working-for-python-in-vs-code-with-type-annotations-afte