From ff555147fd5ad1cc157f875801d5c2fcb69caf01 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:51:50 +0300 Subject: [PATCH] Add wasm.tools component to VS2022 (#4490) --- images/win/toolsets/toolset-2022.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 12ab1ba93..94c509750 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -236,7 +236,8 @@ "Microsoft.VisualStudio.Workload.Python", "Microsoft.VisualStudio.Workload.Universal", "Microsoft.VisualStudio.Workload.VisualStudioExtension", - "Component.MDD.Linux" + "Component.MDD.Linux", + "wasm.tools" ], "vsix": [] },