Skip to content

Commit fbdb01f

Browse files
committed
Update schema.py
1 parent 30599c9 commit fbdb01f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cppython/plugins/cmake/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class CMakePresets(CPPythonModel, extra='allow'):
9999
class CMakeSyncData(SyncData):
100100
"""The CMake sync data"""
101101

102-
preset_file: Annotated[Path, Field(description='Path to the CMakePresets.json file generated by the provider.')]
103102
toolchain: Path | None = None
104103

105104

0 commit comments

Comments
 (0)