Skip to content

Commit 8a1e8ac

Browse files
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.
1 parent 563b731 commit 8a1e8ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scratch/ScratchIslandApp/SampleApp/MyPage.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ namespace winrt::SampleApp::implementation
3131
auto connectionSettings{ TerminalConnection::ConptyConnection::CreateSettings(L"cmd.exe /k echo This TermControl is hosted in-proc...",
3232
winrt::hstring{},
3333
L"",
34+
false,
35+
L"",
3436
nullptr,
3537
32,
3638
80,
39+
winrt::guid(),
3740
winrt::guid()) };
3841

3942
// "Microsoft.Terminal.TerminalConnection.ConptyConnection"

0 commit comments

Comments
 (0)