We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c66958 commit 03e32fbCopy full SHA for 03e32fb
src/services/extensionService.ts
@@ -10,7 +10,7 @@ import {
10
} from './theme/colorThemeService';
11
import { Action2, registerAction2 } from 'mo/monaco/common';
12
import { IMonacoService, MonacoService } from 'mo/monaco/monacoService';
13
-import { searchById } from './helper';
+import { searchById } from 'mo/common/utils';
14
15
export interface IExtensionService {
16
/**
0 commit comments