Skip to content

Commit

Permalink
fix: fix the searchById method (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung authored Oct 13, 2021
1 parent 9c66958 commit 03e32fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/extensionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './theme/colorThemeService';
import { Action2, registerAction2 } from 'mo/monaco/common';
import { IMonacoService, MonacoService } from 'mo/monaco/monacoService';
import { searchById } from './helper';
import { searchById } from 'mo/common/utils';

export interface IExtensionService {
/**
Expand Down

0 comments on commit 03e32fb

Please sign in to comment.