From 8a1e8ace976331fb43147ab4acab4bf6498fc861 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Thu, 7 Mar 2024 14:55:50 -0800 Subject: [PATCH] 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. --- scratch/ScratchIslandApp/SampleApp/MyPage.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scratch/ScratchIslandApp/SampleApp/MyPage.cpp b/scratch/ScratchIslandApp/SampleApp/MyPage.cpp index fbea8e334f1..b9373d7e6d2 100644 --- a/scratch/ScratchIslandApp/SampleApp/MyPage.cpp +++ b/scratch/ScratchIslandApp/SampleApp/MyPage.cpp @@ -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"