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 45b3499 commit 86456bdCopy full SHA for 86456bd
src/vs/workbench/contrib/themes/browser/themes.contribution.ts
@@ -312,7 +312,7 @@ class InstalledThemesPicker {
312
quickpick.hide();
313
s();
314
});
315
- quickpick.onDidChangeActive(themes => selectTheme(themes[0].theme, false));
+ quickpick.onDidChangeActive(themes => selectTheme(themes[0]?.theme, false));
316
quickpick.onDidHide(() => {
317
if (!isCompleted) {
318
selectTheme(currentTheme, true);
0 commit comments