Chat Eksporter

This commit is contained in:
MirSobZ
2026-04-10 15:35:46 +02:00
commit 1caa487359
9 changed files with 260 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"chat.tools.terminal.autoApprove": {
"npm install": true,
"vsce": true,
"command": true
}
}

15
.vscode/tasks.json vendored Normal file
View File

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