Skip to content

Commit f105526

Browse files
authored
Also export RemoteAuthorityResolverErrorCode for embedders (microsoft#175187)
1 parent 400fde0 commit f105526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/workbench.web.main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ import { Event, Emitter } from 'vs/base/common/event';
180180
import { Disposable } from 'vs/base/common/lifecycle';
181181
import { GroupOrientation } from 'vs/workbench/services/editor/common/editorGroupsService';
182182
import { UserDataSyncResourceProviderService } from 'vs/platform/userDataSync/common/userDataSyncResourceProvider';
183-
import { RemoteAuthorityResolverError } from 'vs/platform/remote/common/remoteAuthorityResolver';
183+
import { RemoteAuthorityResolverError, RemoteAuthorityResolverErrorCode } from 'vs/platform/remote/common/remoteAuthorityResolver';
184184

185185
export {
186186

@@ -195,6 +195,7 @@ export {
195195
GroupOrientation,
196196
LogLevel,
197197
RemoteAuthorityResolverError,
198+
RemoteAuthorityResolverErrorCode,
198199

199200
// Facade API
200201
env,

0 commit comments

Comments
 (0)