The file system path of the associated resource. Shorthand notation for TextDocument.uri.fsPath. Independent of the uri scheme.
true
if the document have been closed. A closed document isn't synchronized anymore
and won't be re-used when the same resource is opened again.
true
if there are unpersisted changes.
Is this document representing an untitled file which has never been saved yet. Note that
this does not mean the document will be saved to disk, use uri.scheme
to figure out where a document will be saved, e.g. file
, ftp
etc.
The spec for current kernel, if applicable. This will be undefined until a kernel has been started
The identifier of the Notebook provider associated with this document.
The associated uri for this notebook document.
Note that most documents use the file
-scheme, which means they are files on disk. However, not all documents are
saved on disk and therefore the scheme
must be checked before trying to access the underlying file or siblings on disk.
Save the underlying file.
A promise that will resolve to true when the file has been saved. If the file was not dirty or the save failed, will return false.
Generated using TypeDoc
All cells.