File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments