Skip to content

Commit c287385

Browse files
committed
update comment
1 parent 8b2ee1b commit c287385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/environment/browser/environmentService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class BrowserWorkbenchEnvironmentService implements IWorkbenchEnvironment
117117
/*
118118
* In Web every workspace can potentially have scoped user-data and/or extensions and if Sync state is shared then it can make
119119
* 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.
121121
*/
122122
@memoize
123123
get userDataSyncHome(): URI { return joinPath(this.userRoamingDataHome, 'sync', this.options.workspaceId); }

0 commit comments

Comments
 (0)