Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Dec 20, 2024
1 parent 93b10d4 commit 2371609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/extension/src/browser/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@opensumi/di';
import { BasicEvent, Event, IDisposable, IExtensionProps } from '@opensumi/ide-core-browser';
import { BasicEvent, Event, IDisposable, IExtensionProps } from '@opensumi/ide-core-common';

import { IExtension, IExtensionMetaData } from '../common';

Expand Down Expand Up @@ -103,7 +103,7 @@ export class ExtensionWillActivateEvent extends BasicEvent<IExtension> {}

export class ExtensionWillContributeEvent extends BasicEvent<IExtensionMetaData> {}

// 将激活的插件作为 payload 📢 出去
// 将激活的插件作为 payload 广播出去
export class ExtensionDidActivatedEvent extends BasicEvent<IExtensionProps> {}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { FileStat, URI } from '@opensumi/ide-core-browser';
import { FileStat } from '@opensumi/ide-core-common';
import { URI } from '@opensumi/ide-utils';
import { DEFAULT_WORKSPACE_SUFFIX_NAME } from '@opensumi/ide-workspace';
import { WorkspaceData } from '@opensumi/ide-workspace/lib/browser/workspace-data';

Expand Down

0 comments on commit 2371609

Please sign in to comment.