Skip to content

Commit

Permalink
Export RemoteAuthorityResolverError to embedders (microsoft#174441)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored and c-claeys committed Feb 16, 2023
1 parent 50bfc2b commit a41f350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/workbench.web.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ import { Event, Emitter } from 'vs/base/common/event';
import { Disposable } from 'vs/base/common/lifecycle';
import { GroupOrientation } from 'vs/workbench/services/editor/common/editorGroupsService';
import { UserDataSyncResourceProviderService } from 'vs/platform/userDataSync/common/userDataSyncResourceProvider';
import { RemoteAuthorityResolverError } from 'vs/platform/remote/common/remoteAuthorityResolver';

export {

Expand All @@ -193,6 +194,7 @@ export {
Disposable,
GroupOrientation,
LogLevel,
RemoteAuthorityResolverError,

// Facade API
env,
Expand Down

0 comments on commit a41f350

Please sign in to comment.