@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Variable OperationKindConst

    OperationKind: { Command: "command"; FileWatcher: "file-watcher"; Task: "task" } = ...

    What kind of ingress created an Operation. The value is included in its id, logger fields and diagnostics; it does not change execution semantics.

    Type Declaration

    • ReadonlyCommand: "command"
    • ReadonlyFileWatcher: "file-watcher"
    • ReadonlyTask: "task"

      Work the application started itself, through the Operations service.