seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

add 'saveAll' option #70

Closed w1102 closed 2 years ago

w1102 commented 2 years ago

Add 'saveAll' option for save all open files before execute command.

How to use: "commands": [ { "cwd": "${workspaceFolder}/build", "name": "Build", "color": "white", "singleInstance": false, "saveAll": true, "command": "make -j4" }, ]