You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Each year (e.g. competition season) has a JSON file at the root level (named `YE
10
10
11
11
### YEAR.json
12
12
13
-
The root-level `YEAR.json` files (e.g. `2019.json`) provide the master directory of available vendor libraries. It's intended to be used by IDEs such as Visual Studio Code to present a user-friendly list of available vendor libraries.
13
+
The root-level `YEAR.json` files (e.g. `2024.json`) provide the master directory of available vendor libraries. It's intended to be used by IDEs such as Visual Studio Code to present a user-friendly list of available vendor libraries.
14
14
15
15
This json file consists of a list of dicts with the following keys:
16
-
* path: the path within the repository to the vendor JSON file (e.g. `2019/vendor.json`)
16
+
* path: the path within the repository to the vendor JSON file (e.g. `2024/vendor.json`)
17
17
* name: the same as the name in the vendor JSON file
18
18
* uuid: the same as the uuid in the vendor JSON file
19
19
* description: a user-friendly brief description of the library -- intended to be displayed to users in list format
0 commit comments