Skip to content

Commit 3a6c562

Browse files
hanniavaleraHannia Valera
andauthored
capture VCPKG_ROOT from Visual Developer env (#4632)
Co-authored-by: Hannia Valera <[email protected]>
1 parent 663b19f commit 3a6c562

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Bug Fixes:
4141
- Fix Compiler Warnings not shown in Problems Window [#4567]https://github.com/microsoft/vscode-cmake-tools/issues/4567
4242
- Fix bug in which clicking "Run Test" for filtered tests executed all tests instead [#4501](https://github.com/microsoft/vscode-cmake-tools/pull/4501) [@hippo91](https://github.com/hippo91)
4343
- Migrate macOS CI from deprecated macOS-13 to macOS-15 Image [#4633](https://github.com/microsoft/vscode-cmake-tools/pull/4633)
44+
- Ensure Visual Studio developer environment propagation preserves `VCPKG_ROOT`, enabling vcpkg-dependent configure runs after using the Set Visual Studio Developer Environment command. [microsoft/vscode-cpptools#14083](https://github.com/microsoft/vscode-cpptools/issues/14083)
4445

4546
## 1.20.53
4647

src/installs/visualStudio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ const msvcEnvVars = [
281281
'WindowsSDKVersion',
282282
'WindowsSDK_ExecutablePath_x64',
283283
'WindowsSDK_ExecutablePath_x86',
284+
'VCPKG_ROOT',
284285

285286
/* These are special also need to be cached */
286287
'CL',

0 commit comments

Comments
 (0)