Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Module commands/documents

    Document management commands for the Datalayer VS Code extension. Handles opening, creating, renaming, and deleting notebooks and lexical documents.

    This module registers the following commands:

    • datalayer.openDocument - Opens documents with type detection and appropriate editor
    • datalayer.createNotebookInSpace - Creates new Jupyter notebook in selected space
    • datalayer.createLexicalInSpace - Creates new lexical document in selected space
    • datalayer.renameItem - Renames documents with validation and confirmation
    • datalayer.deleteItem - Deletes documents with mandatory confirmation dialog
    • datalayer.refreshSpaces - Refreshes spaces tree view to reflect latest state

    Functions

    registerDocumentCommands