Skip to content

Commit 925e781

Browse files
committed
Minor fixes
1 parent ef9afbc commit 925e781

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,6 +6745,7 @@
67456745
"@types/semver": "^7.5.8",
67466746
"@types/shell-quote": "^1.7.5",
67476747
"@types/sinon": "^17.0.3",
6748+
"@types/tmp": "^0.2.6",
67486749
"@types/which": "^2.0.2",
67496750
"@types/yauzl": "^2.10.3",
67506751
"@typescript-eslint/eslint-plugin": "^6.1.0",

Extension/walkthrough/devcommandprompt/open-developer-command-prompt.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<h1 data-loc-id="walkthrough.windows.title.apply.dev.env">Apply the Visual Studio developer environment</h1>
2-
<p data-loc-id="walkthrough.windows.dev.env.required" >The Visual Studio C++ compiler requires several environment variables to be set in order to successfully compile your code. If you are using a Windows machine with the Visual Studio C++ compiler, there are two ways you can ensure the environment is applied. You only need to do one of the following:</p>
2+
<p data-loc-id="walkthrough.windows.dev.env.required">The Visual Studio C++ compiler requires several environment variables to be set in order to successfully compile your code. If you are using a Windows machine with the Visual Studio C++ compiler, there are two ways you can ensure the environment is applied.</p>
3+
<p data-loc-id="walkthrough.windows.do.one"> You only need to do one of the following:</p>
34
<ul>
4-
<li><p data-loc-id="walkthrough.windows.start.from.dev.command">Start VS Code from the <span>Developer Command Prompt for VS</span></p>
5+
<li><p data-loc-id="walkthrough.windows.run.dev.command">Run the <code data-loc-id="walkthrough.windows.set.dev.environment">C/C++: Set Visual Studio Developer Environment</code> command</p>
56
</li>
6-
<li><p data-loc-id="walkthrough.windows.run.dev.command">Run the <code data-loc-id="walkthrough.windows.set.dev.environment">C/C++: Set Visual Studio Developer Environment</code> command.</p>
7+
<li><p data-loc-id="walkthrough.windows.start.from.dev.command">Start VS Code from the <span>Developer Command Prompt for VS</span></p>
78
</li>
89
</ul>
910
<h3 data-loc-id="walkthrough.windows.relaunch.command.prompt">To relaunch VS Code using the <span>Developer Command Prompt for VS</span></h3>
1011
<ol>
11-
<li><p data-loc-id="walkthrough.close.vscode">Close the current instance of VS Code</p>
12+
<li><p data-loc-id="walkthrough.close.vscode">Close the current instance of VS Code.</p>
1213
</li>
1314
<li><p data-loc-id="walkthrough.open.command.prompt">Open the <span>Developer Command Prompt for VS</span> by typing <code>developer</code> in the Windows Start menu then select the <span>Developer Command Prompt for VS</span>.</p>
1415
</li>

Extension/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,11 @@
537537
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz#5fd3592ff10c1e9695d377020c033116cc2889f2"
538538
integrity sha1-X9NZL/EMHpaV03cCDAMxFswoifI=
539539

540+
"@types/tmp@^0.2.6":
541+
version "0.2.6"
542+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/tmp/-/tmp-0.2.6.tgz#d785ee90c52d7cc020e249c948c36f7b32d1e217"
543+
integrity sha1-14XukMUtfMAg4knJSMNvezLR4hc=
544+
540545
"@types/which@^2.0.2":
541546
version "2.0.2"
542547
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/which/-/which-2.0.2.tgz#54541d02d6b1daee5ec01ac0d1b37cecf37db1ae"

0 commit comments

Comments
 (0)