I'm developing a VS Code theme and I would like to setup some form of automated tests to prevent unindented regressions when making updates to the theme. I have developed another theme in the past and this was by far the most difficult part of it as changing one or two scopes can have unintended side effects in other languages.
Has anyone else wrote some form of automated tests for VS Code themes that would have some advice on how to do this. Thanks!