Skip to content

Releases: ryu1kn/vscode-edit-with-shell

v1.0.1

12 Sep 09:43
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Added

  • Introduced a command to clear command history. #4

v0.3.0

13 Feb 11:11
Compare
Choose a tag to compare
Support non-default shells. `bash` on Windows is now possible.

v0.2.2

10 Feb 04:47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support command history. Edit and reuse past commands