Linear VS Code authentication providerThis extension exposes an authentication provider to connect to the Linear API. You won't usually install this extension by yourself, it'll most likely be installed by another extension as a dependency. How to useIf you're building a VS Code extension yourself and want to interact with the Linear API it's as easy as: Include the Linear Connect extensionAdd the linear-connect extension to the
Get or create a Linear API sessionWith linear-connect as your dependecy, you can now request a Linear session from our VS Code authentication provider and use it with our Linear SDK:
To see a demo of how to use it in practice, check out our simple Open issue in Linear extension. Developing & ContributingAfter cloning the repo, use In VS Code you change the code and run the extension in a separate app window to test with F5 (Run > Start Debugging). PublishingTo publish a new version of the extension, first install the vsce package, that is used to build VS Code extension packages.
Then make sure to:
Build the new extension package.
This produces a new file You can use this file to release a new version of the extension on the VS Code marketplace. |