Skip to content

Commit 2731137

Browse files
author
Benjamin Pasero
committed
💄 web api
1 parent 45b1edf commit 2731137

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/vs/workbench/workbench.web.api.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,14 @@ interface IWindowIndicator {
148148
}
149149

150150
interface IInitialColorTheme {
151+
152+
/**
153+
* Initial color theme type.
154+
*/
151155
themeType: 'light' | 'dark' | 'hc';
152156

153157
/**
154-
* a list of workbench colors
158+
* A list of workbench colors to apply initially.
155159
*/
156160
colors?: { [colorId: string]: string };
157161
}
@@ -293,7 +297,8 @@ interface IWorkbenchConstructionOptions {
293297
userDataProvider?: IFileSystemProvider;
294298

295299
/**
296-
* Enables user data sync by default and syncs into the current authenticated user account using the provided [authenticationSessionId}(#authenticationSessionId).
300+
* Enables user data sync by default and syncs into the current authenticated user account
301+
* using the provided [authenticationSessionId}(#authenticationSessionId).
297302
*/
298303
readonly enableSyncByDefault?: boolean;
299304

@@ -554,6 +559,7 @@ export {
554559
IHomeIndicator,
555560
IProductConfiguration,
556561
IWindowIndicator,
562+
IInitialColorTheme,
557563

558564
// Default layout
559565
IDefaultView,

0 commit comments

Comments
 (0)