Skip to content

Commit

Permalink
fix: do not re-export terminal services to prevent referencing option…
Browse files Browse the repository at this point in the history
…al xterm dependencies
  • Loading branch information
Loïc Mangeonjean committed Mar 21, 2024
1 parent a26fbec commit 0dd994c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/service-override/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import 'vs/workbench/contrib/terminal/browser/terminal.contribution'
import 'vs/workbench/contrib/terminal/terminal.all'
import 'vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution'
import 'vs/workbench/contrib/terminal/browser/terminal.web.contribution'
export { ITerminalService, ITerminalInstanceService } from 'vs/workbench/contrib/terminal/browser/terminal'

abstract class SimpleTerminalBackend implements ITerminalBackend {
getLatency = async (): Promise<IPtyHostLatencyMeasurement[]> => []
Expand Down
1 change: 0 additions & 1 deletion src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export { IHistoryService, GoFilter, GoScope } from 'vs/workbench/services/histor
export { IRemoteAgentService } from 'vs/workbench/services/remote/common/remoteAgentService'
export { IRemoteAuthorityResolverService } from 'vs/platform/remote/common/remoteAuthorityResolver'
export { IRemoteSocketFactoryService } from 'vs/platform/remote/common/remoteSocketFactoryService'
export { ITerminalService, ITerminalInstanceService } from 'vs/workbench/contrib/terminal/browser/terminal'
export { IFilesConfigurationService } from 'vs/workbench/services/filesConfiguration/common/filesConfigurationService'
export { ILabelService } from 'vs/platform/label/common/label'
export { IWorkbenchLayoutService } from 'vs/workbench/services/layout/browser/layoutService'
Expand Down

0 comments on commit 0dd994c

Please sign in to comment.