working demo of what the metdata exporter is supposed to do

This commit is contained in:
Stefan Stefanov 2024-04-23 19:17:38 +03:00
parent 194550335d
commit 67d7b3e227
10 changed files with 150 additions and 54 deletions

4
.vscode/tasks.json vendored
View file

@ -70,7 +70,7 @@
},
"group": {
"kind": "build",
"isDefault": true
"isDefault": false
},
},
{
@ -92,7 +92,7 @@
},
"group": {
"kind": "build",
"isDefault": false
"isDefault": true
},
}
]