Troubleshooting
This guide covers common issues and their solutions.
Installation Issues
"List Coder won't install" (Windows)
Solution:
- Ensure you have Windows 10 x64 or later
- Run the installer as Administrator
- Temporarily disable antivirus if it's blocking the installer
- Check that
.NET Framework 4.7.2is installed
"App is damaged" (macOS)
Solution:
- Move List Coder to the Applications folder
- Right-click → Open (bypass Gatekeeper)
- Or run:
xattr -cr /Applications/List\ Coder.app
"Permission denied" (Linux)
Solution:
chmod +x List-Coder.AppImage
# Or for .deb:
sudo dpkg -i list-coder.deb
sudo apt-get install -f
AI Issues
"AI suggestions not appearing"
Checklist:
- Is AI enabled? → Settings → AI → Enable AI
- Is your API key valid? → Settings → AI → API Keys
- Is the model selected? → Settings → AI → Model
- Restart List Coder
"Error: Rate limit exceeded"
Solution:
- Wait a few minutes and try again
- Use your own API key for higher limits
- Switch to a local model via Ollama
"Error: Model not available"
Solution:
- Check your API key has access to the model
- Try a different model (e.g., switch from GPT-4o to GPT-4o-mini)
- Ensure your account has billing set up (for paid models)
"Tab completion is slow"
Solutions:
- Reduce context window size in Settings → AI → Advanced
- Use a smaller/faster model
- Close unnecessary files
- For local models: ensure sufficient RAM/GPU
Editor Issues
"Files not saving"
Solutions:
- Check file permissions
- Ensure disk space is available
- Try Save As (Ctrl + Shift + S) to a different location
- Restart List Coder
"Syntax highlighting not working"
Solutions:
- Check the language mode in the status bar (bottom right)
- Install the language extension
- Reload the window (Ctrl + Shift + P → "Reload Window")
"Editor is lagging"
Solutions:
- Disable minimap: Settings → Editor → Minimap
- Reduce font size
- Close unused tabs
- Disable animations: Settings → Appearance → Animations
Git Issues
"Git: Command not found"
Solution:
- Install Git from git-scm.com
- Ensure Git is on your system PATH
- Set the Git path in Settings → Git → Path
"Authentication failed"
Solutions:
- Use a personal access token instead of password
- Configure Git credentials:
git config --global credential.helper store - Check your GitHub/GitLab token hasn't expired
"Merge conflicts not showing"
Solutions:
- Open the Source Control panel (
Ctrl + Shift + G) - Click on the conflicted file
- Use the inline conflict resolution UI
Terminal Issues
"Terminal not opening"
Solutions:
- Check your default shell in Settings → Terminal → Shell
- Ensure the shell is installed (PowerShell, bash, etc.)
- Try resetting terminal settings to default
"Commands not found in terminal"
Solutions:
- Restart List Coder after installing new CLI tools
- Check that the tool is on your system PATH
- Use the full path to the executable
Performance Issues
"List Coder is using too much memory"
Solutions:
- Close unused tabs and panels
- Disable extensions you don't use
- Reduce the number of open files
- Restart List Coder periodically
"Startup is slow"
Solutions:
- Disable auto-restoring previous session
- Reduce the number of startup extensions
- Clear the cache: Help → Clear Cache
Getting More Help
If your issue isn't covered here:
- Search the documentation: docs.list-coder.com
- Ask the community: list-coder.com/forum
- Contact support:
List-Enterprise@outlook.com - Report bugs: GitHub Issues
When reporting bugs, include:
- List Coder version
- Operating system
- Steps to reproduce
- Error messages or screenshots