Watchtower for VS CodeWatchtower is a native VS Code extension for scanning and explicitly updating dependencies in the repository currently open in VS Code. It is a local developer tool. It does not read Watchtower dashboard configuration, clone repositories, scan a fleet of projects, write history, send Telegram messages, or create pull requests. Workflow
The extension supports repositories detected as pnpm or npm projects. It discovers monorepos from Version selectionWatchtower fetches version metadata for only the dependency you select. The picker includes stable releases only and highlights:
Prereleases such as alpha, beta, canary, and release-candidate versions are excluded. DevelopmentFrom the Watchtower repository root:
To run it in VS Code during development, open this repository, launch the |