Document management commands for the Datalayer VS Code extension. Handles opening, creating, renaming, deleting, downloading, and copying notebooks and lexical documents.
https://code.visualstudio.com/api/extension-guides/command
This module registers the following commands:
datalayer.openDocument
datalayer.createNotebookInSpace
datalayer.createLexicalInSpace
datalayer.renameItem
datalayer.deleteItem
datalayer.downloadDocument
datalayer.copyLocalFileToSpace
datalayer.refreshSpaces
Document management commands for the Datalayer VS Code extension. Handles opening, creating, renaming, deleting, downloading, and copying notebooks and lexical documents.
See
https://code.visualstudio.com/api/extension-guides/command
Remarks
This module registers the following commands:
datalayer.openDocument- Opens documents with type detection and appropriate editordatalayer.createNotebookInSpace- Creates new Jupyter notebook in selected spacedatalayer.createLexicalInSpace- Creates new lexical document in selected spacedatalayer.renameItem- Renames documents with validation and confirmationdatalayer.deleteItem- Deletes documents with mandatory confirmation dialogdatalayer.downloadDocument- Downloads documents to local filesystemdatalayer.copyLocalFileToSpace- Copies local files to default Datalayer spacedatalayer.refreshSpaces- Refreshes spaces tree view to reflect latest state