Project Deck

VS Code extension for pinning and launching project folders.

#vscode-ext#typescript

Purpose

I often find myself switching between a bunch of local project folders in VS Code, and the default “Recent” list gets cluttered fast. I tried a few existing extensions, but they either lacked the features I needed, came with way too many, or just didn’t look the way I wanted. So I built Project Deck myself — something that lets me pin the projects I actually care about, glance at their git state, and open them instantly.

Key Features

How It Was Built

Built with Claude Code assistance. The extension is written in TypeScript using the VS Code Extension API, with a vanilla JS/HTML/CSS webview panel for the UI.