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

DevOpBridge

Anjali Gupta

| (0) | Free
Sync Linear and GitHub context into your repo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DevOpBridge

Sync your Linear issues and GitHub activity directly into VS Code — so AI agents always have full project context without manual copying.

What It Does

One click inside VS Code pulls your live Linear sprint, GitHub commits, and generates a Mermaid Gantt chart right in your sidebar.

No more manually copying standup notes into your AI agent. No more context switching between Linear, GitHub, and your editor.


Installation

Step 1 — Clone SyncStack

git clone https://github.com/Anjali0777/syncstack.git
cd syncstack
python -m venv venv
venv\Scripts\activate
pip install requests PyGithub python-dotenv

Step 2 — Add your credentials

Create a .env file inside your syncstack folder:

LINEAR_API_KEY=your_linear_api_key
GITHUB_TOKEN=your_github_token
GITHUB_REPO=yourusername/yourrepo

Step 3 — Install the extension

  1. Open VS Code
  2. Press Ctrl + Shift + X
  3. Search DevOpBridge
  4. Click Install

Step 4 — Configure

  1. Press Ctrl + , to open Settings
  2. Search devopbridge
  3. Set SyncStack Path to your syncstack folder
  4. Example: C:\Users\you\documents\syncstack

Step 5 — Run it

  1. Open Explorer panel in VS Code
  2. Scroll down to DevOpBridge
  3. Click Run StackSync

Getting Your API Keys

Linear API key:

  1. Go to linear.app
  2. Click profile → Settings → Security & Access
  3. Create a Personal API key

GitHub token:

  1. Go to github.com → Settings
  2. Developer settings → Personal access tokens
  3. Generate new token → check repo and workflow

What You See In The Sidebar

  • Active Issues — live table of Linear issues with status and assignee
  • Gantt Chart — Mermaid timeline rendered visually
  • Recent Commits — latest GitHub commits
  • Status Summary — total, in progress, todo, and done count

Requirements

  • Python 3.11+
  • Linear account + API key
  • GitHub account + personal access token
  • SyncStack cloned locally

About

DevOpBridge is a two way sync platform between traditional DevOps tools and AI powered development workflows. This extension pulls live context from Linear and GitHub directly into VS Code so any AI agent has everything it needs instantly.

Built by Anjali Gupta

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