Releases: ryu1kn/vscode-edit-with-shell
Releases · ryu1kn/vscode-edit-with-shell
v1.0.1
12 Sep 09:43
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed the problem that entire text is passed to a command when editWithShell.processEntireTextIfNoneSelected is set to true.
#6
v1.0.0
12 May 05:55
Compare
Sorry, something went wrong.
No results found
Added
Introduced a configuration to pass the entire text to the shell command if no text is selected. #5
v0.4.0
02 Apr 11:55
Compare
Sorry, something went wrong.
No results found
Added
Introduced a command to clear command history. #4
v0.3.0
13 Feb 11:11
Compare
Sorry, something went wrong.
No results found
Support non-default shells. `bash` on Windows is now possible.
v0.2.2
10 Feb 04:47
Compare
Sorry, something went wrong.
No results found
Fixed the problem that error messages were not shown on shell command failure if they contain certain character sequences. #2
v0.1.0
04 Dec 15:03
Compare
Sorry, something went wrong.
No results found
Support command history. Edit and reuse past commands