For example
{
"extension": ".ts",
"color": "#eac73e"
},
Shouldnt include coloring for a file of the extension type example.d.ts or example.stories.ts only for example.ts
Note: This can be overwritten by explicitly adding these extension types to the settings
For example
{ "extension": ".ts", "color": "#eac73e" },Shouldnt include coloring for a file of the extension type
example.d.tsorexample.stories.tsonly forexample.tsNote: This can be overwritten by explicitly adding these extension types to the settings