Skip to content

Commit

Permalink
fix import in server
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 8, 2022
1 parent e3e3bec commit 1562cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'node:path'

import { fsProviderExtensionPrefix, fsProviderFolderUri } from './constants.js'

const { URI } = await import('vscode-uri')
const { URI } = (await import('vscode-uri')).default

export interface IConfig {
readonly extensionPaths: string[] | undefined
Expand Down

0 comments on commit 1562cd1

Please sign in to comment.