We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91e3cb commit 9f7edb5Copy full SHA for 9f7edb5
vscode/src/utils.ts
@@ -363,7 +363,7 @@ export namespace FileUtils {
363
*
364
* @param {string} path - The input file system path or URI-like string.
365
* @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
+ * `file:` scheme, the path will be parsed directly as a URI instead of being wrapped
367
* as a file URI.
368
* @returns {vscode.Uri} The resulting {@link vscode.Uri} object.
369
* @throws {Error} When the input cannot be parsed into a valid URI.
0 commit comments