Skip to content

Commit

Permalink
patch issue with VSCode URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 26, 2023
1 parent fa8bb9e commit ca63fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/cspell-lib/src/lib-cjs/vscodeUri.cts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import * as vscodeUriPkg from 'vscode-uri';

export const { URI, Utils } = vscodeUriPkg;
4 changes: 1 addition & 3 deletions packages/cspell-lib/src/lib/util/Uri.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import assert from 'assert';
import * as vscodeUriPkg from 'vscode-uri';

const { URI, Utils } = vscodeUriPkg;
import { URI, Utils } from '../../lib-cjs/vscodeUri.cjs';

export interface Uri {
readonly scheme: string;
Expand Down

0 comments on commit ca63fa8

Please sign in to comment.