File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
_data/new-data/install/windows
assets/stylesheets/new-stylesheets/pages Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ latest-release:
55 headline : WinGet
66 after-code-text : |
77 First, install Windows platform dependencies:
8- <pre><code>winget install --id Microsoft.VisualStudio.2022.Community --exact --force
9- --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add
10- Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add
11- Microsoft.VisualStudio.Component.VC.Tools.ARM64"</code></pre>
8+ <pre><code>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"</code></pre>
129 <br />
1310 Next, install Swift and other dependencies:
1411 <br /><br />
Original file line number Diff line number Diff line change 434434 pre {
435435 max-height : 400px ;
436436 border : var (--get-started-code-box-pre-border );
437+
438+ code {
439+ white-space : pre-wrap ;
440+ }
437441 }
438442
439443 & .code-box-with-tabs {
You can’t perform that action at this time.
0 commit comments