microsoft / microsoft/vscode-cmake-tools
[Feature] Support for toolset version v141_xp
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 546
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
### Request Overview
The toolset version value v141_xp is not supported:
```
{
"version": 6,
"configurePresets": [
{
"name": "windows-x86-Release",
"generator": "Ninja",
"binaryDir": "${sourceDir}/cmake-build-${presetName}",
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_BUILD_TYPE": "Release"
},
"architecture": {
"value": "x86",
"strategy": "external"
},
"toolset": {
"value": "v141_xp,host=x86",
"strategy": "external"
}
}
]
}
```
### Additional Information
_No response_
Contributor guide
Research direction
No source file or test is named. Start by locating the configure-preset toolset validation and existing tests for supported toolset values; the work is done when a preset using v141_xp, including the shown host=x86 form, is accepted and covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100