We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
streetsidesoftware
Learn more about funding links in repositories.
Report abuse
1 parent 3d3f3ab commit 211113aCopy full SHA for 211113a
packages/cspell-lib/src/lib/util/Uri.ts
@@ -1,7 +1,7 @@
1
import assert from 'node:assert';
2
3
+import { isUrlLike } from 'cspell-io';
4
import { URI, Utils } from 'vscode-uri';
-import { isUrlLike } from 'cspell-io'
5
6
export interface Uri {
7
readonly scheme: string;
0 commit comments