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

    Interface RuntimeSelectorOptions

    Options for runtime selection dialog.

    interface RuntimeSelectorOptions {
        hideExistingRuntimes?: boolean;
    }
    Index

    Properties

    hideExistingRuntimes?: boolean

    If true, hides existing runtimes and only shows create options. Useful when called from the Runtimes tree view where the user explicitly wants to create a NEW runtime. Default: false (show existing runtimes)