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:
5
5
headline : WinGet
6
6
after-code-text : |
7
7
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>
12
9
<br />
13
10
Next, install Swift and other dependencies:
14
11
<br /><br />
Original file line number Diff line number Diff line change 434
434
pre {
435
435
max-height : 400px ;
436
436
border : var (--get-started-code-box-pre-border );
437
+
438
+ code {
439
+ white-space : pre-wrap ;
440
+ }
437
441
}
438
442
439
443
& .code-box-with-tabs {
You can’t perform that action at this time.
0 commit comments