Files
ai-chat-logger/.vscode/tasks.json
2026-04-10 15:35:46 +02:00

15 lines
325 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "AI Chat Logger: Generuj VSIX",
"type": "shell",
"command": "./build.sh",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}