Common Issues
Extension not detecting conversations
Extension not detecting conversations
This usually happens if the Antigravity LSP server is not responding or if there are no active conversations in the current workspace.
- Ensure Antigravity IDE’s LSP server is running.
- Check the output channel:
Chatledger: View Logs. - Verify you have active conversations in the current workspace.
Export directory not created
Export directory not created
If the
.chatledger folder doesn’t appear: 1. Check if
chatledger.exportDirectory is set to a valid path. 2. Ensure you have write
permissions to the workspace root. 3. Try running Chatledger: Export Now
manually to see if an error is thrown.No conversations exported
No conversations exported
Chatledger only exports conversations associated with the current workspace.
- Conversations must be “bound” to the workspace you have open. 2. Orphaned conversations (created before a folder was opened) might be skipped. 3. The extension uses hash-based change detection. If a conversation hasn’t changed since the last export, it won’t be re-exported.
Connection errors
Connection errors
The extension communicates with
localhost.- Ensure no firewall is blocking local connections.
- The extension handles self-signed certificates automatically, so TLS warnings in logs are usually benign unless they block the connection entirely.
Debugging
To get more detailed information about what the extension is doing:- Open the Output panel in VS Code (
Ctrl+Shift+U). - Select Chatledger from the dropdown menu.
- Look for error messages or status updates.