Open
Description
I really don't like my theme being changed. This change to my settings.json means that when I open a file ending in *.ds the theme will be switched only for that file. You need to have have the 'theme-by-language' extension installed.
{
"theme-by-language.themes": {
"filename:.*\\.ds$": "LightDuckyScript"
},
"workbench.colorTheme": "PowerShell ISE"
}
Leaving this here in case anyone else has this problem, feel free to close.