Lsp Debug banner
MadAppGang MadAppGang

Lsp Debug

Development community

Description

# LSP Debug Skill You are executing the **LSP Debug** skill. This skill helps you diagnose issues with the Dingo LSP server using SQLite structured logs. ## Database Location Default: `/tmp/dingo-lsp.db` ## Current State **Note:** Currently the LSP server logs messages as text. Structured fields (comp, mth, dir) are available but not yet populated. Queries below include both: - **Text-based queries** (search in `msg` field) - work NOW - **Structured queries** (use field codes) - for future

Installation

Installs to ~/.claude/skills/madappgang-dingo-lsp-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/madappgang-dingo-lsp-debug && curl -fsSL https://raw.githubusercontent.com/MadAppGang/dingo/HEAD/.claude/skills/lsp-debug.md -o ~/.claude/skills/madappgang-dingo-lsp-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository