Skip to content →
Browse

Easily build VS Code extensions with Linear Connect

A TypeScript code snippet that uses the Linear authentication provider for VS Code
Use the Linear TypeScript SDK and authentication provider to build powerful VS Code extensions
A TypeScript code snippet that uses the Linear authentication provider for VS Code
Use the Linear TypeScript SDK and authentication provider to build powerful VS Code extensions
The "Linear: Open issue" command inside of VS Code.
Jump from code to context with our example VS Code extension.

Overview

Linear Connect makes it easy to build other VS Code extensions by providing an authentication provider that handles the OAuth flow to the Linear API.

How it works

This integration is an extension that exposes an authentication provider to connect to the Linear API. It makes it easy to interact with the Linear API whenever you build a VS Code extension.

To see how the extension can be used, view the demo Open issue in Linear extension.

To configure

Install Linear Connect from the Visual Studio Marketplace and follow the instructions. You can develop and contribute to the extension, too.

Build your own integration

Create your own integration with Linear’s API and submit it to the directory.

Start building