VSCodium - Python modules have no green syntax
10:59 12 Feb 2023

Recently, I'm trying to move from VSCode to VSCodium, and I found a problem is that the green coloring of modules are not in VSCodium (like the picture below).

screenshot

left: VSCode, has the green syntax / right: VSCodium, doesn't have the green syntax.

I saw some other screenshots on the internet that their VSCode also don't have the green syntax, so I think it's not a VScodium problem but I still can't figure out what makes them different.

Edit

I saw an answer from another question which suggest the BasedPyright plug-in. And it works very well for me.

It not only does syntax highlight, but also type checking. So if you are like me, like to type your python, this is what I reccomend.

python visual-studio-code syntax-highlighting vscodium