Skip to content

Commit 6980b64

Browse files
committed
fix: resolves error with merge conflict (Closes #3502)
1 parent d7faf23 commit 6980b64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension/shared/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const getConfigValue = <T>(
8383
}
8484
if (
8585
typeof themeConfig.workspaceValue === 'object' &&
86+
!Array.isArray(themeConfig.workspaceValue) &&
8687
themeConfig.workspaceValue &&
8788
themeConfig.globalValue
8889
) {

0 commit comments

Comments
 (0)