File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments