VS Code API
    Preparing search index...

    Function registerEvaluatableExpressionProvider

    • Register a provider that locates evaluatable expressions in text documents. The editor will evaluate the expression in the active debug session and will show the result in the debug hover.

      If multiple providers are registered for a language an arbitrary provider will be used.

      Parameters

      Returns Disposable

      A Disposable that unregisters this provider when being disposed.