-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Terminal Support #2877
Windows Terminal Support #2877
Conversation
Sync with master
I identified an error with Windows terminal support and profiles set to run as Administrator. The I have requested a feature in Windows Terminal microsoft/terminal#16295 that has the potential to resolve this the same way ConEmu does. Our init scripts could then look for |
Looks like it's slated for the WT 1.20 release, are you happy to wait or shall we try and find another solution? |
We can wait |
For those that want admin profiles before then you can set |
Applying the more speed branch to the development
scripts/build.ps1
Outdated
@@ -55,13 +55,16 @@ Param( | |||
|
|||
# Using this option will skip all downloads, if you only need to build launcher | |||
[switch]$noVendor, | |||
|
|||
# Using this option will specify the emulator to use [all, conemu-maximus5, or windows-terminal] | |||
[string]$emulator = 'all', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daxgames Would $terminal
be a more claritive name to use for this switch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to Terminal
scripts/build.ps1
Outdated
move-item -ErrorAction SilentlyContinue $windowTerminalFiles\* $s.name >$null | ||
remove-item -ErrorAction SilentlyContinue $windowTerminalFiles >$null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please correct the indentation for these two lines? (Tab/Space mismatch) Sorry for the nitpicking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@daxgames I've merged this and the speed optimization PRs into development branch for testing purposes. |
@DRSDavidSoft We can't really release 1.4 until microsoft/terminal#16295 gets released. |
@daxgames Why is the PR closed |
Windows Terminal Support
First looks at Windows Terminal Integration
NEED TO FIX
NEED TO ADD:
Progress So Far:
Cmder.exe
Launcher:%cmder_root%\vendor\windows-terminal\WindowsTerminal.exe
instead of ConEmu if%cmder_root%\vendor\windows-terminal
exists./title
, and/single
.--
argument directly toWindowsTerminal.exe
to use the full power of Windows Terminal from the command line.Scripts:
Config:
%cmder_root%\vendor\sources.json