diff --git a/ai-chat-logger.code-workspace b/ai-chat-logger.code-workspace new file mode 100644 index 0000000..1af7461 --- /dev/null +++ b/ai-chat-logger.code-workspace @@ -0,0 +1,14 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "chat.tools.terminal.autoApprove": { + "npm install": true, + "vsce": true, + "command": true + } + } +} \ No newline at end of file