File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/services/environment/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export class BrowserWorkbenchEnvironmentService implements IWorkbenchEnvironment
117
117
/*
118
118
* In Web every workspace can potentially have scoped user-data and/or extensions and if Sync state is shared then it can make
119
119
* Sync error prone - say removing extensions from another workspace. Hence scope Sync state per workspace.
120
- * Sync scoped to a workspace is capable of handling even if workspaces/windows share same user data and extensions .
120
+ * Sync scoped to a workspace is capable of handling opening same workspace in multiple windows .
121
121
*/
122
122
@memoize
123
123
get userDataSyncHome ( ) : URI { return joinPath ( this . userRoamingDataHome , 'sync' , this . options . workspaceId ) ; }
You can’t perform that action at this time.
0 commit comments