Skip to content

Commit d769a2f

Browse files
committed
fix typo
1 parent 1937de8 commit d769a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/extensionManagement/common/remoteExtensionManagementService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class RemoteExtensionManagementService extends ExtensionManagementChannel
5252
private validateProfileLocation<T extends { profileLocation?: URI }>(options?: T): T | undefined {
5353
if (options?.profileLocation) {
5454
if (!this.uriIdentityService.extUri.isEqual(options?.profileLocation, this.userDataProfileService.defaultProfile.extensionsResource)) {
55-
throw new Error('This opertaion is not supported in remote scenario');
55+
throw new Error('This operataion is not supported in remote scenario');
5656
}
5757
options = { ...options, profileLocation: undefined };
5858
}

0 commit comments

Comments
 (0)