Skip to content

Commit

Permalink
fix: adapt code to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jan 25, 2024
1 parent aef2751 commit d778e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default rollup.defineConfig({
format: 'import'
}),
vsixPlugin({
rollupPlugins: [],
transformManifest (manifest) {
const {
commands,
Expand Down
3 changes: 0 additions & 3 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import getStorageServiceOverride from '@codingame/monaco-vscode-storage-service-
import getLifecycleServiceOverride from '@codingame/monaco-vscode-lifecycle-service-override'
import getQuickAccessServiceOverride from '@codingame/monaco-vscode-quickaccess-service-override'
import { ILogService, LogLevel, StandaloneServices, initialize as initializeServices } from 'vscode/services'
import { initialize as initializeExtensions } from 'vscode/extensions'
import * as monaco from 'monaco-editor'
import EditorOpenHandlerRegistry from './tools/EditorOpenHandlerRegistry'

Expand Down Expand Up @@ -92,8 +91,6 @@ export async function initialize (): Promise<void> {

await initializeServices(services)
StandaloneServices.get(ILogService).setLevel(LogLevel.Off)

await initializeExtensions()
}

export {
Expand Down

0 comments on commit d778e25

Please sign in to comment.