Skip to content

Commit 868cdd2

Browse files
committed
fix(work): fix import of cobol extension
1 parent b7926ac commit 868cdd2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/additionalExtensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
import './customExtensions'
12
export { whenReady } from '../extensions/*.vsix'

src/services.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import { IWorkbenchConstructionOptions, IWorkspaceProvider } from '@codingame/mo
3333
import EditorOpenHandlerRegistry from './tools/EditorOpenHandlerRegistry'
3434
import { whenReady as whenExtensionsReady } from './extensions'
3535
import 'vscode/localExtensionHost'
36-
import './customExtensions'
3736
import './languages'
3837
import './worker'
3938

0 commit comments

Comments
 (0)