Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>VS Code Messenger DevtoolsNew to Visual Studio Code? Get it now.
VS Code Messenger Devtools

VS Code Messenger Devtools

TypeFox

|
296 installs
| (0) | Free
Message communication visualization for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Messenger Developer Tool

Shows messages sended between extension and registered extension webviews. Provides information about installed extensions that uses vscode-messenger library.

Open Devtool View

Open Command Palette... (Shift + Cmd + P) Type devtools, execute command 'Developer: Open vscode-messenger devtools'

Missing Devtool View Screenshot

Note: Your extension must export Messenger.diagnosticApi() as public API. Otherwise it is not possible to display relevant information.

import * as vscode from 'vscode';
import { Messenger } from 'vscode-messenger';

const messenger = new Messenger();

export function activate(context: vscode.ExtensionContext) {
    // Your activation code...
    return messenger.diagnosticApi();
}

Devtools Repository

Messenger Repository

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft