PoC: Require details tracked when patch version pinned

This commit is contained in:
lawrencegripper
2025-01-13 16:44:41 +00:00
parent d1852f561f
commit 40f0a79050
3 changed files with 68 additions and 1 deletions

11
.vscode/settings.json vendored
View File

@@ -21,5 +21,14 @@
],
"shellcheck.customArgs": [
"-x"
]
],
"json.schemas": [
{
"fileMatch": [
"**/toolset-*.json"
],
"url": "./schemas/toolset-schema.json"
}
]
}