feat(unify): allow prompts to auto-open after set time (#19571)

This commit is contained in:
Mark Noonan
2022-01-10 16:26:55 -05:00
committed by GitHub
parent 2ce2524721
commit ff6b2cc346
24 changed files with 511 additions and 142 deletions
@@ -15,6 +15,7 @@ export interface AuthenticatedUserShape {
export interface ProjectShape {
projectRoot: string
savedState?: SavedStateShape
}
export interface DevStateShape {
@@ -27,6 +28,12 @@ export interface LocalSettingsDataShape {
preferences: AllowedState
}
export interface SavedStateShape {
firstOpened?: number | null
lastOpened?: number | null
promptsShown?: object | null
}
export interface ConfigChildProcessShape {
/**
* Child process executing the config & sourcing plugin events