Skip to content

Commit 70fbfd7

Browse files
authored
Merge pull request #14095 from microsoft/seanmcm/1_29_3_release
Cherry-picks for 1.29.3
2 parents 8de8679 + 5b3b56c commit 70fbfd7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.29.3: December 8, 2025
4+
### Bug Fix
5+
* Remove `NETFXSDKDir` from the developer environment check. [#14084](https://github.com/microsoft/vscode-cpptools/issues/14084)
6+
37
## Version 1.29.2: December 3, 2025
48
### New Feature
59
* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.29.2-main",
5+
"version": "1.29.3-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

Extension/src/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,6 @@ export function hasMsvcEnvironment(): boolean {
15511551
'INCLUDE',
15521552
'LIB',
15531553
'LIBPATH',
1554-
'NETFXSDKDir',
15551554
'UCRTVersion',
15561555
'UniversalCRTSdkDir',
15571556
'VCIDEInstallDir',

0 commit comments

Comments
 (0)