We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30599c9 commit fbdb01fCopy full SHA for fbdb01f
cppython/plugins/cmake/schema.py
@@ -99,7 +99,6 @@ class CMakePresets(CPPythonModel, extra='allow'):
99
class CMakeSyncData(SyncData):
100
"""The CMake sync data"""
101
102
- preset_file: Annotated[Path, Field(description='Path to the CMakePresets.json file generated by the provider.')]
103
toolchain: Path | None = None
104
105
0 commit comments