microsoft / microsoft/vscode-cmake-tools
Allow alterations to the $PATH in an environmentSetupScript to take effect before searching for the CMake executable
Open
enhancement
Feature: configure
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 546
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
### Discussed in https://github.com/microsoft/vscode-cmake-tools/discussions/2299
Currently the extension searches for the CMake executable before `environmentSetupScript` is evaluated. In the event that the setup script alters the $PATH, those changes won't be in effect when looking for the CMake binary.
Contributor guide
Assessment
This issue has not been assessed yet.