We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d82dee commit 19cb340Copy full SHA for 19cb340
tools/tools.json
@@ -1437,15 +1437,16 @@
1437
"version_cmd": [
1438
""
1439
],
1440
- "status": "always",
1441
"version_regex": "",
1442
"versions": [
1443
{
1444
"any": {
1445
- "url": "https://github.com/pioarduino/registry/releases/download/0.0.1/tools.tar.gz",
1446
"size": 2128,
1447
- "sha256": "2a52f38cf409656aaa591730358c78cb21516134cabb158187321d213835b9a1"
1448
- }
+ "sha256": "2a52f38cf409656aaa591730358c78cb21516134cabb158187321d213835b9a1",
+ "url": "https://github.com/pioarduino/registry/releases/download/0.0.1/tools.tar.gz"
+ },
+ "name": "tool-packages",
1449
+ "status": "recommended"
1450
}
1451
]
1452
0 commit comments