We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7faf23 commit 6980b64Copy full SHA for 6980b64
1 file changed
src/extension/shared/config.ts
@@ -83,6 +83,7 @@ const getConfigValue = <T>(
83
}
84
if (
85
typeof themeConfig.workspaceValue === 'object' &&
86
+ !Array.isArray(themeConfig.workspaceValue) &&
87
themeConfig.workspaceValue &&
88
themeConfig.globalValue
89
) {
0 commit comments