Class representing an in-memory text file.
Private
Gets the vscode.Uri that this file corresponds to. Only the path and scheme are guaranteed to be set.
Reads the contents of this in-memory file as a string.
the contents of the file
Appends content to this in-memory file.
content to append
Generated using TypeDoc
Class representing an in-memory text file.