Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeTapNew to Visual Studio Code? Get it now.
CodeTap

CodeTap

cli-tools

|
5 installs
| (0) | Free
Discover and connect to CodeTap VS Code Server sessions in containers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeTap Extension

CodeTap discovers running CodeTap VS Code Server sessions.

Features

  • Sidebar session list with alive/dead status via CTAP1 control protocol
  • Automatic session discovery via socket polling

Commands

  • CodeTap: Refresh Sessions (codetap.refresh)

Settings

  • codetap.socketDir (default: /dev/shm/codetap)
  • codetap.pollInterval (default: 3000)

Development

npm ci
npm run compile
npm run package   # produces codetap.vsix

Publishing

The extension is published to the VS Code Marketplace under the cli-tools publisher.

Publish a new version (requires Microsoft account with access to the cli-tools publisher):

# Bump version in package.json first, then:
npm run publish

This uses vsce with Azure credential auth (--azure-credential) — no PAT or Azure DevOps project required, just a Microsoft account that has access to the cli-tools publisher on the Marketplace.

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