Skip to content

Commit fe9d6d9

Browse files
committed
deprecate authenticationSessionId
1 parent f0f42ed commit fe9d6d9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ interface IWorkbenchConstructionOptions {
245245

246246
/**
247247
* Session id of the current authenticated user
248+
*
249+
* @deprecated Instead pass current authenticated user info through [credentialsProvider](#credentialsProvider)
248250
*/
249251
readonly authenticationSessionId?: string;
250252

@@ -297,8 +299,9 @@ interface IWorkbenchConstructionOptions {
297299
userDataProvider?: IFileSystemProvider;
298300

299301
/**
300-
* Enables user data sync by default and syncs into the current authenticated user account
301-
* using the provided [authenticationSessionId}(#authenticationSessionId).
302+
* Enables Settings Sync by default.
303+
*
304+
* Syncs with the current authenticated user account (provided in [credentialsProvider](#credentialsProvider)) by default.
302305
*/
303306
readonly enableSyncByDefault?: boolean;
304307

0 commit comments

Comments
 (0)