We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc2769 commit f758ab4Copy full SHA for f758ab4
cppython/plugins/cmake/schema.py
@@ -82,7 +82,7 @@ class CMakeSyncData(SyncData):
82
"""The CMake sync data"""
83
84
top_level_includes: FilePath | None = None
85
- toolchain: FilePath | None = None
+ toolchain: Path | None = None # We don't resolve the toolchain until after we set it
86
87
def model_post_init(self, __context) -> None:
88
"""Validate that at least one of top_level_includes or toolchain is provided."""
0 commit comments