@auto-canary/vscode
TypeScript icon, indicating that this package has built-in type declarations

10.4.3-canary.1696.20775.0 • Public • Published

Vscode Plugin

Publish a vscode extension.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/vscode
# or
yarn add -D @auto-it/vscode

Usage

{
  "plugins": [
    "vscode"
    // other plugins
  ]
}

Setup

  1. Create an organization for your extension
  2. Create a personal access token and store the token in your .env file as VSCE_TOKEN and add the same variable to your CI
  3. Create a publisher for your extension and set the publisher in your package.json

That's it!

Learn more about creating a great looking extension.

Options

baseContentUrl

Prepend all relative links in README.md with this url.

{
  "plugins": [
    [
      "vscode",
      { "baseContentUrl": "https://github.com/my-username/my-repo/tree/master" }
    ]
    // other plugins
  ]
}

baseImagesUrl

Prepend all relative image links in README.md with this url.

{
  "plugins": [
    // other plugins
    [
      "vscode",
      {
        "baseContentUrl": "https://raw.githubusercontent.com/my-username/my-repo/master/"
      }
    ]
  ]
}

Package Sidebar

Install

npm i @auto-canary/vscode

Weekly Downloads

2

Version

10.4.3-canary.1696.20775.0

License

MIT

Unpacked Size

14.4 kB

Total Files

11

Last publish

Collaborators

  • alisowski
  • hipstersmoothie-canary