commit | f1a717952020401502a109de7af211130251a067 | [log] [tgz] |
---|---|---|
author | ChenMoFeiJin <1424865872@qq.com> | Thu Sep 07 20:04:02 2023 +0800 |
committer | ChenMoFeiJin <1424865872@qq.com> | Tue Sep 12 18:18:37 2023 +0800 |
tree | 9b0503da4aa0fc58209c717169b4827ac749ff27 | |
parent | f83771dfceb9d800d17955219b33e50eb155cc04 [diff] |
presets: Add $schema property to JSON schema Many modern code editors have support for JSON Schema. When you specify the `$schema` property in a JSON file, the editor can provide features like auto-completion, error checking, etc., which can improve your efficiency when writing and modifying the `CMakePresets.json` file.