Files
ai-chat-logger/ai-chat-logger.code-workspace
2026-04-10 20:18:56 +02:00

14 lines
165 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"chat.tools.terminal.autoApprove": {
"npm install": true,
"vsce": true,
"command": true
}
}
}