vscode-shell-command
vscode-shell-command copied to clipboard
A task helper to use system commands as input
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":...
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...
# 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,...
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...
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...