VS Code extension to manage debug TLS certificates and sync them to the VS Code workspace. Works with VS Code remote development (Codespaces, SSH, Dev Containers, WSL, VS Code Tunnels).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
VS Code extension to manage debug TLS certificates and sync them to the VS Code workspace. Works with VS Code remote development (Codespaces, SSH, Dev Containers, WSL, VS Code Tunnels).
Sync Process
The Debug Certificate Manager extension uses @rushstack/debug-certificate-manager to manage TLS certificates. It can also be used to sync certificates when connected to a VS Code remote workspace (WSL, Codespaces, Devcontainers, VS Code Tunnels).
The extension reads .vscode/debug-certificate-manager.json for the certificate store path. When present, the extension will auto-activate and attempt to sync the certificates to the remote workspace.