Registryvsx-ms-vscodejs-debug-companion

@vsx-ms-vscode/js-debug-companion

Public
VSX CompatibleOXP Native: Planned

// Description

Companion extension to js-debug that provides capability for remote debugging

// Readme

Open VSX

#js-debug-companion

A companion extension to js-debug to enable remote Chrome debugging. You probably don't want to install this extension by itself, but for your interest, this is what it does.

The scenario is if you are developing in a remote environment—like WSL, a container, ssh, or VS Codespaces—and are port-forwarding a server to develop (and debug) in a browser locally. For remote development, VS Code runs two sets of extensions: one on the remote machine, and one on your local computer. js-debug is a "workspace" extension that runs on the remote machine, but we need to launch and talk to Chrome locally.

That's where this companion extension comes in. This helper extension runs on the local machine (in the "UI") and registers a command that js-debug can call to launch a server. js-debug requests a port to be forwarded for debug traffic, and once launching a browser the companion will connect to and forward traffic over that socket.

// Install

Open this extension directly in your IDE — no CLI, no extra tools.

Extension ID
ms-vscode.js-debug-companion

If your IDE doesn't open automatically, copy the ID above and paste it into the Extensions view (⌘P ext install <id>).

// Source signals

Publisher
Verified ✓
Downloads
1.9M
Published
2024-07-25
License
MIT
Source
repo
Homepage
link

Live from open-vsx.org. Refreshed hourly.

// Are you the author?

This listing is mirrored from Open VSX. Claim it to ship a native OXP build, customise the page, and respond to reviews.

Claim this listing

// Package Info

Version
1.1.3
Owner
@vsx-ms-vscode
Downloads
1.9M
Stars
0