Language file expanded

This commit is contained in:
2025-05-01 12:18:49 +02:00
parent 60e8e2fed4
commit dfff988c85
4 changed files with 3500 additions and 1710 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "JSON zusammenführen",
"type": "shell",
"command": "python merge_json.py",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"problemMatcher": []
}
]
}