Document management commands for the Datalayer VS Code extension. Handles opening, creating, renaming, and deleting 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.refreshSpaces
Document management commands for the Datalayer VS Code extension. Handles opening, creating, renaming, and deleting 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.refreshSpaces- Refreshes spaces tree view to reflect latest state