What do the colors of file icons indicate in a Visual Studio Code project tree?
00:36 21 Jul 2020

After updating to VS Code 1.46.1. I see 2 different colors for my JavaScript files. There is no code change in any of the files, so why is one type of JS file icon, yellow and the others orange? What's the meaning of these two different colors?

Screenshot of a list of files within a project, depicting a

This is the default dark theme which is auto-enabled after installation. enter image description here

vs-code