ANTIGRAVITY LABJP
TAG

troubleshooting

114 articles
Back to all tags
Related:
antigravity72Antigravity21tips14agents12error12python10agent9fix8debugging8editor7performance5typescript5
Tips/2026-05-08Intermediate

How to Fix Out of Memory Errors When Using Gemma 4 in Antigravity

Getting out of memory errors when running Gemma 4 in Antigravity? This guide covers how to diagnose the issue and fix it—from switching to quantized models to tuning Ollama settings—based on real troubleshooting experience.

Editor/2026-05-07Intermediate

Fixing 'Find References' in Antigravity When Results Are Empty or Incomplete

When Find References returns nothing or only some of the call sites in Antigravity, the cause depends on whether the language server or the workspace index is silent. This guide walks through the diagnosis for TypeScript, Python, and monorepo setups.

Antigravity/2026-05-06Intermediate

How to Fix LM Studio Response Cutoffs in Antigravity

When Antigravity cuts off LM Studio responses mid-stream, the culprit is usually one of four configuration issues. This guide walks through each cause and explains exactly how to fix it.

Editor/2026-05-05Beginner

Antigravity Not Detecting Your Python Virtual Environment — A Troubleshooting Guide

Fix Antigravity not recognizing Python virtual environments created with venv, Poetry, uv, or Conda. Learn how to correctly set the interpreter path and avoid the most common configuration mistakes.

Editor/2026-05-05Intermediate

TypeScript Path Aliases Not Working in Antigravity: Complete Fix Guide

Fix TypeScript @/ path aliases that aren't resolving in Antigravity. From tsconfig.json paths config to workspace settings and AI suggestion rules, this guide covers every step to eliminate TS2307 errors.

Agents/2026-05-05Intermediate

Debugging Antigravity AI Agents: A Systematic Diagnosis Guide

A systematic approach to diagnosing AI agent failures in Antigravity—covering startup failures, tool call errors, loop detection, and incorrect behavior—with practical debugging patterns for each.

Editor/2026-05-04Beginner

Fixing Node.js Version Mismatch Errors in Antigravity

A practical guide to diagnosing and fixing Node.js version mismatch errors in Antigravity. Covers .nvmrc setup, package.json engines field, Dev Container configuration, and how to make Antigravity's terminal use the right Node version consistently.

Editor/2026-05-04Intermediate

When ESLint and TypeScript Squiggles Disappear in Antigravity: A 5-Point Diagnostic

When the red squiggles in Antigravity stop showing up, you are flying blind. Here is the order I follow to diagnose the cause — TS Server restart, ESLint output log, language indicator, tsconfig include, and AI-edited config recovery.

Tips/2026-05-03Intermediate

Retry Isn't Always the Answer in Antigravity — How to Tell When to Retry vs. When to Rethink

Learn when to use Antigravity's Retry feature and when it's time to change your approach entirely. A practical guide to diagnosing root causes before burning time on repeated failed attempts.

App Dev/2026-05-03Intermediate

Why `uv add transformers` Fails Inside Antigravity, and How to Actually Fix It

If `uv add transformers` errors out, or it succeeds but Antigravity's agent still throws ModuleNotFoundError, there are five distinct causes. Here is how to diagnose them in order.

Antigravity/2026-05-02Beginner

Antigravity Context Limit Exceeded: Symptoms, Causes, and How to Recover

When Antigravity's agent starts forgetting your instructions or throws a context length error, it can feel like a mystery. This guide explains how to identify context limit issues and get back to work quickly.

Editor/2026-05-02Intermediate

Why Cmd+Z Wipes More Than You Expected in Antigravity (and How to Stop It)

The AI wrote 100 lines you wanted to keep, and a single Cmd+Z erased all of them. Here is why Antigravity's undo behaves this way, the three habits that prevent it, and how to recover when you slip.