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 26 vscode-shell-command issues
Sort by recently updated
recently updated
newest added

Find a way to test the resolution and logic from the extension

enhancement
help wanted

Is there any way to use dependent input variables in a compound launch config? I'll try to explain the issue with a simplified `launch.json`: ``` json { "version": "0.2.0", "configurations":...

bug

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

# Current behavior Plugin reads from the stdout only # Suggested behavior We can select to read from stdout, stderr or from both of them # Why need By default,...

enhancement
help wanted
good first issue

It would be really nice to have an option to select multiple items from a quick pick list then have them all returned as a concatenated string. Would require two...

enhancement
help wanted
good first issue

I'm trying to create an input from a custom python utility, something like this: ```json { "version": "0.2.0", "inputs": [ { "id": "myInput", "type": "command", "command": "shellCommand.execute", "args": { "command":...

Currently, `CommandHandler.quickPick` is not tested because it needs a lot of test infrastructure to interface with vscode. - [ ] Test #107 - [ ] Test allowCustomValues

The very presence of an "Id" in the name suggests that this entity must be something unique. But, previously the "taskId" was used among of the command and its arguments...

I use code-server v4.99.4 with this extension v1.18.0 and recenlty updated both. I don't know which combination did but there is something broken. Pressing ESC when a pick dialog showed...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 5.4.19. Release notes Sourced from vite's releases. v5.4.19 Please refer to CHANGELOG.md for details. v5.4.18 Please refer to CHANGELOG.md for details. v5.4.17 Please refer to...

dependencies
javascript