提交 fe9d6d9f 编写于 作者: S Sandeep Somavarapu

deprecate authenticationSessionId

上级 f0f42edb
...@@ -245,6 +245,8 @@ interface IWorkbenchConstructionOptions { ...@@ -245,6 +245,8 @@ interface IWorkbenchConstructionOptions {
/** /**
* Session id of the current authenticated user * Session id of the current authenticated user
*
* @deprecated Instead pass current authenticated user info through [credentialsProvider](#credentialsProvider)
*/ */
readonly authenticationSessionId?: string; readonly authenticationSessionId?: string;
...@@ -297,8 +299,9 @@ interface IWorkbenchConstructionOptions { ...@@ -297,8 +299,9 @@ interface IWorkbenchConstructionOptions {
userDataProvider?: IFileSystemProvider; userDataProvider?: IFileSystemProvider;
/** /**
* Enables user data sync by default and syncs into the current authenticated user account * Enables Settings Sync by default.
* using the provided [authenticationSessionId}(#authenticationSessionId). *
* Syncs with the current authenticated user account (provided in [credentialsProvider](#credentialsProvider)) by default.
*/ */
readonly enableSyncByDefault?: boolean; readonly enableSyncByDefault?: boolean;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册