Run CodeWatchtower: Set License Key from the Command Palette (Ctrl+Shift+P)
Your key is stored securely via VS Code's SecretStorage (encrypted, per-user)
Your next scan will show full results
Settings
Setting
Default
Description
codewatchtower.imageName
ghcr.io/refercraft/codewatchtower
Docker image to use
codewatchtower.dockerPath
docker
Path to Docker binary
How It Works
The extension mounts your workspace into a Docker container and runs the CodeWatchtower scanner. Results are written to a temp file inside your workspace, read back by the extension, then cleaned up — no stdout parsing issues.