When developing extensions with color themes, the VS Code will initialize the color theme with the first color theme defined in the extension's package.json. The code shows as below:

As I want to switch to anthor color theme and refresh browser page to debug anthor color theme, it seems only to switch the color theme again after the browser page refreshed.
When developing extensions with color themes, the VS Code will initialize the color theme with the first color theme defined in the extension's package.json. The code shows as below:

As I want to switch to anthor color theme and refresh browser page to debug anthor color theme, it seems only to switch the color theme again after the browser page refreshed.