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

11.2.1 • 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/main" }
    ]
    // 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/main/"
      }
    ]
  ]
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
11.2.13latest

Version History

VersionDownloads (Last 7 Days)Published
11.2.13
11.2.02
11.1.64
11.1.50
11.1.40
11.1.30
11.1.20
11.1.10
11.1.00
11.0.70
11.0.61
11.0.50
11.0.40
11.0.30
11.0.20
11.0.10
11.0.00
10.46.06
10.45.20
10.45.10
10.45.00
10.44.00
10.43.00
10.42.21
10.42.10
10.42.00
10.41.00
10.40.00
10.39.10
10.39.00
10.38.50
10.38.40
10.38.30
10.38.20
10.38.10
10.38.00
10.37.60
10.37.51
10.37.40
10.37.30
10.37.20
10.37.10
10.37.00
10.36.60
10.36.50
10.36.40
10.36.30
10.36.20
10.36.10
10.36.00
10.35.10
10.35.00
10.34.20
10.34.10
10.34.00
10.33.10
10.33.00
10.32.60
10.32.50
10.32.40
10.32.30
10.32.20
10.32.10
10.32.00
10.31.00
10.30.00
10.29.30
10.29.20
10.29.10
10.29.00
10.28.00
10.27.10
10.27.00
10.26.10
10.26.00
10.25.20
10.25.10
10.25.00
10.24.30
10.24.20
10.24.10
10.24.00
10.23.00
10.22.10
10.22.00
10.21.30
10.21.20
10.21.10
10.21.00
10.20.60
10.20.50
10.20.40
10.20.30
10.20.20
10.20.10
10.20.00
10.19.00
10.18.90
10.18.80
10.18.70
10.18.60
10.18.50
10.18.40
10.18.30
10.18.20
10.18.10
10.18.00
10.17.10
10.17.00
10.16.80
10.16.70
10.16.60
10.16.50
10.16.40
10.16.30
10.16.20
10.16.10
10.16.00
10.15.00
10.14.20
10.14.10
10.14.00
10.13.40
10.13.30
10.13.20
10.13.10
10.13.00
10.12.20
10.12.10
10.12.01
10.11.01
10.10.10
10.10.00
10.9.10
10.9.00
10.8.00
10.7.01
10.6.20
10.6.10
10.6.00
10.5.10
10.5.00

Package Sidebar

Install

npm i @auto-it/vscode

Weekly Downloads

21

Version

11.2.1

License

MIT

Unpacked Size

14 kB

Total Files

11

Last publish

Collaborators

  • alisowski