diff --git a/_data/new-data/install/windows/releases.yml b/_data/new-data/install/windows/releases.yml index 188d317db..d6b395738 100644 --- a/_data/new-data/install/windows/releases.yml +++ b/_data/new-data/install/windows/releases.yml @@ -5,10 +5,7 @@ latest-release: headline: WinGet after-code-text: | First, install Windows platform dependencies: -
winget install --id Microsoft.VisualStudio.2022.Community --exact --force
-      --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add
-      Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add
-      Microsoft.VisualStudio.Component.VC.Tools.ARM64"
+
winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"

Next, install Swift and other dependencies:

diff --git a/assets/stylesheets/new-stylesheets/pages/_get-started.scss b/assets/stylesheets/new-stylesheets/pages/_get-started.scss index 8ca947a7e..5e8376c0e 100644 --- a/assets/stylesheets/new-stylesheets/pages/_get-started.scss +++ b/assets/stylesheets/new-stylesheets/pages/_get-started.scss @@ -434,6 +434,10 @@ pre { max-height: 400px; border: var(--get-started-code-box-pre-border); + + code { + white-space: pre-wrap; + } } &.code-box-with-tabs {