Releases: ryu1kn/vscode-edit-with-shell
Releases · ryu1kn/vscode-edit-with-shell
v1.0.1
Fixed
- Fixed the problem that entire text is passed to a command when
editWithShell.processEntireTextIfNoneSelected
is set to true
.
#6
v1.0.0
Added
- Introduced a configuration to pass the entire text to the shell command if no text is selected. #5
v0.4.0
Added
- Introduced a command to clear command history. #4
v0.3.0
Support non-default shells. `bash` on Windows is now possible.
v0.2.2
- Fixed the problem that error messages were not shown on shell command failure if they contain certain character sequences. #2
v0.1.0
- Support command history. Edit and reuse past commands