vscode-shell-command icon indicating copy to clipboard operation
vscode-shell-command copied to clipboard

A task helper to use system commands as input

Results 11 vscode-shell-command issues
Sort by recently updated
recently updated
newest added

When I use the example of this extension I always have a problem: "Running the contributed command 'shellCommand.execute' failed"

bug

Hello, When cwd is set to "${workspaceFolder}", then command is executed in first workspace folder. I want command to be executed in workspace folder where it is defined so I...

enhancement
help wanted

- [x] upgrade typescript version - [x] cache both input and command variables - [x] refactor `VariableResolver.ts` - [x] escape `${...}` with `$${...}` - [x] support all [predefined variables](https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables) -...

Tasks normally allow lists of commands as alternative to a single command string: "command": "command1 && command2 && command3", "command": [ "command1 &&", "command2 &&", "command3", ], For longer instructions...

enhancement
help wanted

should be useful to remember that last chosen value and use it as the default for the next time. similar to https://marketplace.visualstudio.com/items?itemName=spadin.memento-inputs

enhancement
help wanted
good first issue

Now that we have basic variable dependency resolution implemented in the extension itself, I think it would be really nice to support an equivalent of the `promptString` variable type. That...

enhancement
help wanted

The latest update (v4.1.0), which from what I can gather only contains this commit: https://github.com/augustocdias/vscode-shell-command/commit/c825845f191ca94741f59045778a59e9d83f1751, doesn't work at all for me. It pops up an empty console window and then...

bug
help wanted

Hi @augustocdias, thank you for creating such great extension, you saved my debugging routine. One thing I believe could improve the UX a bit in this extension is the ability...

Fixes #33 using the trick described by @dslijepcevic. However, I do not know how 'userInputContex' works which has to be added.

Different tasks can share same memory to remember by using until last '.' of the inputId parameter.