Click or drag to resize
WorkspaceDocument Properties

The WorkspaceDocument type exposes the following members.

Properties
  NameDescription
Public propertyLanguageId
The VS Code language ID assigned to the document.
Public propertyState
A state container that can be used to store objects within the context of the document.
Public propertyText
The text of the document for the current Version.
Public propertyUri
The VS Code URI for the document.
Public propertyVersion
The current version of the document. This may differ from the version present in VS Code if the last change notification has not been sent or processed.
Top
See Also