• Displays an error notification to the user in VS Code.

    Logs the error to the console and, if enabled, shows a non-modal error message in the editor.

    Parameters

    • message: string

      The error message to display.

    Returns Promise<void>