All notable changes to "Edit with Shell Command" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Made a selected text also available as an environment variable,
ES_SELECTED
. #18
- Support multi cursors. #11
- Introduced Quick Command. You can quickly run a pre-registered shell command with a keyboard shortcut. #7
- Fixed the problem that entire text is passed to a command when
editWithShell.processEntireTextIfNoneSelected
is set totrue
. #6
- Introduced a configuration to pass the entire text to the shell command if no text is selected. #5
- Introduced a command to clear command history. #4
- Support non-default shells.
bash
on Windows is now possible. #1
- Fixed the problem that error messages were not shown on shell command failure if they contain certain character sequences. #2
- Fixed the link to the gif animation
- Introduced a configuration for choosing the current directory of shell command execution
- Support command history. Edit and reuse past commands
- Initial release of the extension