Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Ensures the Python extension is activated.

      The Python extension uses lazy activation and only activates when:

      • A Python file is opened
      • A Python command is executed
      • A Python interpreter is selected

      This function programmatically triggers activation by executing a lightweight command, allowing kernel discovery to work even when no Python files are open.

      Returns Promise<boolean>

      Promise resolving to true if Python extension activated, false otherwise.