Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guqiankun.gqk committed Jul 6, 2022
1 parent de01ec6 commit b612835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/browser/workbench-editor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
Disposable,
makeRandomHexString,
} from '@opensumi/ide-core-common';
import { UntitledDocumentIdCounter } from '@opensumi/ide-editor/lib/browser/untitled-resource';
import { IMessageService } from '@opensumi/ide-overlay';
import * as monaco from '@opensumi/monaco-editor-core/esm/vs/editor/editor.api';

Expand Down Expand Up @@ -89,6 +88,7 @@ import {
CodeEditorDidVisibleEvent,
RegisterEditorComponentEvent,
} from './types';
import { UntitledDocumentIdCounter } from './untitled-resource';

@Injectable()
export class WorkbenchEditorServiceImpl extends WithEventBus implements WorkbenchEditorService {
Expand Down

0 comments on commit b612835

Please sign in to comment.