# services/vscode/extensions.txt
# Lista rozszerzeń instalowanych podczas budowania obrazu Docker.
# Każda linia: publisher.name
# Aktualizuj i przebuduj obraz: docker compose build vscode

# ── Asystenci AI ────────────────────────────────────────────
rooveterinary.roo-cline         # Roo Code — główny asystent (→ proxym)
Continue.continue               # Continue.dev — alternatywny asystent

# ── Python ─────────────────────────────────────────────────
ms-python.python                # Python language support
charliermarsh.ruff              # Ruff linter + formatter (szybszy od Black/flake8)

# ── Git ────────────────────────────────────────────────────
eamodio.gitlens                 # GitLens — advanced git
mhutchie.git-graph              # Git Graph — wizualizacja historii

# ── API i testy ─────────────────────────────────────────────
humao.rest-client               # REST Client — testowanie endpointów .http

# ── Pliki konfiguracyjne ────────────────────────────────────
redhat.vscode-yaml              # YAML (z podpowiedziami schematu)
tamasfe.even-better-toml        # TOML (pyproject.toml)
mikestead.dotenv                # .env podświetlanie składni

# ── Jakość kodu ─────────────────────────────────────────────
usernamehw.errorlens            # ErrorLens — błędy inline

# ── Wygląd ──────────────────────────────────────────────────
PKief.material-icon-theme       # Material Icon Theme
