Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

60 lines (38 loc) · 2.43 KB

Change Log

0.7.0

  • Add windowsTerminal.reuseExistingWindow setting, defaults to true Tyriar#37 via Joinyy

0.6.1

0.6.0

0.5.1

0.5.0

  • Preliminary SSH Remote support
    • Windows remotes don't use the folder path
    • Non-Windows remotes are not tested

0.4.1

  • Hide Cloud Shell entry when a folder is being targeted
  • Support old profiles format Tyriar#7
  • Increased size of extension icon Tyriar#2

0.4.0

  • Change context menu item to "Open in Windows Terminal (Profile)" in preparation of improved built-in "Open in Terminal" labelling microsoft/vscode#99542
  • Add new "Open in Windows Terminal" context menu item to open using the default profile
  • Add setting to allow hiding of each context menu item

0.3.0

  • Support the preview channel of Windows Terminal Tyriar#6
  • Added commands:
    • windows-terminal.openActiveFilesFolder
    • windows-terminal.openActiveFilesFolderWithProfile
    • windows-terminal.open
  • Fallback to the first workspace's folder if a directory isn't opened
  • Move the default profile to the top of the profile selector

0.2.1

  • Use directory of a file for context menu command Tyriar#3

0.2.0

  • Add icon

0.1.0

  • Initial release