Skip to content

Tag: syntax-highlighting

How to fix pylance syntax highlighting showing wrong color for self and cls python class parameters in VSCode with enabled default theme

I have encountered this issue when I use Pylance and syntax highlighting is enabled for python in the VSCode with default or the visual studio theme. self and cls parameter are LightSkyBlue color like other parameters It should be like this: Answer Added the color code inside of the settings.json file for the…