microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.46k stars 449 forks source link

fix cmake.cacheInit absolute path expansion #3749

Closed gcampbell-msft closed 4 months ago

gcampbell-msft commented 4 months ago

The issue is that we're not expanding before checking absolute-ness. This needs testing before merging.

Fixes #2777

gcampbell-msft commented 4 months ago

Build succeeded, no need for this change to be up to date with base before merging.