Skip to content

Commit 03e32fb

Browse files
authored
fix: fix the searchById method (#469)
1 parent 9c66958 commit 03e32fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/extensionService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from './theme/colorThemeService';
1111
import { Action2, registerAction2 } from 'mo/monaco/common';
1212
import { IMonacoService, MonacoService } from 'mo/monaco/monacoService';
13-
import { searchById } from './helper';
13+
import { searchById } from 'mo/common/utils';
1414

1515
export interface IExtensionService {
1616
/**

0 commit comments

Comments
 (0)