Skip to content

Commit b035116

Browse files
committed
jsdoc update
1 parent f567147 commit b035116

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8059,7 +8059,8 @@ declare module 'vscode' {
80598059
* * `file`-scheme: Open a file on disk, will be rejected if the file does not exist or cannot be loaded.
80608060
* * `untitled`-scheme: A new file that should be saved on disk, e.g. `untitled:c:\frodo\new.js`. The language
80618061
* will be derived from the file name.
8062-
* * For all other schemes the registered text document content [providers](#TextDocumentContentProvider) are consulted.
8062+
* * For all other schemes contributed [text document content providers](#TextDocumentContentProvider) and
8063+
* [file system providers](#FileSystemProvider) are consulted.
80638064
*
80648065
* *Note* that the lifecycle of the returned document is owned by the editor and not by the extension. That means an
80658066
* [`onDidClose`](#workspace.onDidCloseTextDocument)-event can occur at any time after opening it.

0 commit comments

Comments
 (0)