Skip to content

Commit 9f7edb5

Browse files
committed
some more changes
1 parent e91e3cb commit 9f7edb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export namespace FileUtils {
363363
*
364364
* @param {string} path - The input file system path or URI-like string.
365365
* @param {boolean} [treatAsUriIfPossible=false] - If true, and the input starts with the
366-
* `file://` scheme, the path will be parsed directly as a URI instead of being wrapped
366+
* `file:` scheme, the path will be parsed directly as a URI instead of being wrapped
367367
* as a file URI.
368368
* @returns {vscode.Uri} The resulting {@link vscode.Uri} object.
369369
* @throws {Error} When the input cannot be parsed into a valid URI.

0 commit comments

Comments
 (0)