We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905f995 commit c42b762Copy full SHA for c42b762
1 file changed
src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.ts
@@ -312,7 +312,7 @@ class WelcomePage {
312
if (!ul) {
313
return;
314
}
315
- const moreRecent = ul.querySelector('.moreRecent');
+ const moreRecent = ul.querySelector('.moreRecent')!;
316
const workspacesToShow = workspaces.slice(0, 5);
317
const updateEntries = () => {
318
const listEntries = this.createListEntries(workspacesToShow);
0 commit comments