Liking cljdoc? Tell your friends :D

dots.vscode.custom-document-open-context

Additional information about the opening custom document.

Additional information about the opening custom document.
raw docstring

backup-idcljs

(backup-id custom-document-open-context)

The id of the backup to restore the document from or undefined if there is no backup.

If this is provided, your extension should restore the editor from the backup instead of reading the file from the user's workspace.

The id of the backup to restore the document from or `undefined` if there is no backup.

If this is provided, your extension should restore the editor from the backup instead of reading the file
from the user's workspace.
sourceraw docstring

untitled-document-datacljs

(untitled-document-data custom-document-open-context)

If the URI is an untitled file, this will be populated with the byte data of that file

If this is provided, your extension should utilize this byte data rather than executing fs APIs on the URI passed in

If the URI is an untitled file, this will be populated with the byte data of that file

If this is provided, your extension should utilize this byte data rather than executing fs APIs on the URI passed in
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close