Skip to content

Commit

Permalink
Fix Scratch.sln (#16815)
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
carlos-zamora authored Mar 7, 2024
1 parent 563b731 commit 8a1e8ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scratch/ScratchIslandApp/SampleApp/MyPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a1e8ac

Please sign in to comment.