mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Fix Scratch.sln (#16815)
"ConptyConnection::CreateSettings()" was modified to include some extra parameters related to the environment variable changes. This just updates the call in Scratch.sln so that it builds and deploys properly.
This commit is contained in:
parent
563b7312b6
commit
8a1e8ace97
@ -31,9 +31,12 @@ namespace winrt::SampleApp::implementation
|
||||
auto connectionSettings{ TerminalConnection::ConptyConnection::CreateSettings(L"cmd.exe /k echo This TermControl is hosted in-proc...",
|
||||
winrt::hstring{},
|
||||
L"",
|
||||
false,
|
||||
L"",
|
||||
nullptr,
|
||||
32,
|
||||
80,
|
||||
winrt::guid(),
|
||||
winrt::guid()) };
|
||||
|
||||
// "Microsoft.Terminal.TerminalConnection.ConptyConnection"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user