Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

Support for passing arguments to commands #60

Open futuremotiondev opened 2 years ago

futuremotiondev commented 2 years ago

I was really hoping I could get this working with activitusbar, but I can't send arguments to the command unfortunately. Would be nice if you added an args parameter to the configuration so I could do something like this:

{
    "name": "command.terminalCommandKeys.run",
    "codicon": "terminal-cmd",
    "args": {
        "cmd": "dotnet run"
    },
    "tooltip": "Run .NET Application"
},