Skip to content

Commit 62aa1ca

Browse files
rchiodoDavid Kutugata
andcommitted
Port start page to release (#12365)
* start page experiment and fixes (#12339) * move EnableStartPage enum to groups.ts * - remove the command from the experiment - fix the start page not loading when you go back to a priviews version and then updating again - update some labels in the start page - update the sample notebook to include run by line - the sample notebook now has a title - updated the images from the sample notebook * oops * oops * -add messages to open folder and workspace -add telemetry to measure if the webview error happens -give space between bullet points -add link to enable experiments to the sample notebook -get the release notes from a different file -fix bullet points in the sample notebook -sample notebook now opens with a counter in the title * fix a unit test * final changes * final final changes * final^3 changes * removed run by line from the sample notebook * Fixup after merge Co-authored-by: David Kutugata <[email protected]>
1 parent b4aa2c7 commit 62aa1ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/common/experiments/groups.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,8 @@ export enum NotebookEditorSupport {
9999
export enum EnableStartPage {
100100
experiment = 'EnableStartPage'
101101
}
102+
103+
// Experiment to turn on the start page
104+
export enum EnableStartPage {
105+
experiment = 'EnableStartPage'
106+
}

0 commit comments

Comments
 (0)