vscode-action-buttons

0.1.0 • Public • Published

VSCode Action Buttons

A vscode plugin to append action buttons in the status bar. Actions can be loaded scripts from package.json or custom defined.

Features

  • Auto load scripts actions from package.json when useScripts is true.
  • Auto detect monorepo change when monorepo option is true.
  • Support custom defined actions.

Configuration

{
    "actionButtons": {
      "reloadButton": null,
      "defaultColor": "white",
      "useScripts": true,
      "npmClient": "npm",
      "monorepo": true,
      "commands": [
        {
          "name": "command name",
          "color": "#af565c",
          "command": "cargo run ${file}",
          "singleInstance": true
        }
      ]
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i vscode-action-buttons

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

25.8 kB

Total Files

16

Last publish

Collaborators

  • bubkoo