Skip to content

Commit 908135d

Browse files
committed
feat: 代理 StandaloneKeybindingService
1 parent 371fbc1 commit 908135d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/core/src/client/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import {
3737
MonacoCodeService,
3838
IMonacoCodeService,
3939
monacoCodeServiceProxy,
40-
customCodeEditorService,
4140
} from './override/monacoOverride/codeEditorService';
4241
import { ICodeEditorService } from '@opensumi/monaco-editor-core/esm/vs/editor/browser/services/codeEditorService';
4342
import { IKeybindingService } from '@opensumi/monaco-editor-core/esm/vs/platform/keybinding/common/keybinding';
@@ -150,10 +149,6 @@ export class ClientModule extends BrowserModule {
150149
token: IMonacoCommandServiceProxy,
151150
useClass: MonacoCommandService,
152151
},
153-
// {
154-
// token: ICodeEditorService,
155-
// useValue: customCodeEditorService
156-
// },
157152
{
158153
token: IKeybindingService,
159154
useValue: customKeybindingService,

0 commit comments

Comments
 (0)