Skip to content

Simon-He95/vscode-script

Repository files navigation

vscode script

English | 简体中文

The vscode plugin visualizes the script commands under the current project and executes them by clicking

💪 Support

  • yarn
  • npm
  • pnpm
  • Makefile
    • if you don't have permission to run, add the below config into your vscode settings.json

Auth

{
  "vscode-script":{
    "auth": "sudo"
  }
}

CustomColors

  • fontSize
  • iconColor
  • commandDetailColor
  • commandLabelColor
  • filePathColor
  • labelColor

CustomColors

Dark:

demo

Light:

demo

buy me a cup of coffee

License

MIT