This commit is contained in:
Matthieu Jolimaitre 2024-09-11 14:33:17 +02:00
commit 8e0e9b842c
5 changed files with 65 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"json.schemas": [
{
"fileMatch": [
"/menu.json"
],
"url": "https://raw.githubusercontent.com/cpb-/yocto-cooker/master/cooker/cooker-menu-schema.json"
}
]
}