diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-12-14 11:24:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 11:24:19 -0800 |
| commit | baf01dc7c0a4d2c2b5dbbfca1c91492a2898b6d9 (patch) | |
| tree | 1774176a9db7ae75023fd38b377a235346336f11 /scripts | |
| parent | 887fa81c66c37c5ee184ae9cbb40f7ea6fd7bde1 (diff) | |
| download | vcpkg-baf01dc7c0a4d2c2b5dbbfca1c91492a2898b6d9.tar.gz vcpkg-baf01dc7c0a4d2c2b5dbbfca1c91492a2898b6d9.zip | |
[vcpkg] Adhere to older draft schema to improve compatibility with editors (such as VS) (#15084)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkg.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vcpkg.schema.json b/scripts/vcpkg.schema.json index 723b14646..9df362086 100644 --- a/scripts/vcpkg.schema.json +++ b/scripts/vcpkg.schema.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "title": "Vcpkg manifest", "description": "Vcpkg manifest file. See https://github.com/microsoft/vcpkg/blob/master/docs/specifications/manifests.md.", "definitions": { |
