Last updated: 5 September 2026
Docgrity for VS Code is published by Ujjavala Singh ("we"). Contact: see the support details on the VS Code Marketplace listing or GitHub profile.
| Data | Where it lives | Purpose |
|---|---|---|
| Markdown file contents from the open workspace | In memory during a scan only | scanning for duplicates / contradictions / open questions |
| TF-IDF term statistics | In memory during a scan only | candidate-pair selection (fully local, no AI) |
| Findings, evidence quotes, model + prompt version | VS Code workspaceState (local, per-workspace) | the findings view, diagnostics, issue drafting |
| Git author names of scanned files | VS Code workspaceState, inside findings | potential-owner inference (labelled potential) |
| GitHub access token | VS Code's authentication system (we never store it) | creating the GitHub issue you explicitly approved |
| Settings (globs, thresholds, model choice) | VS Code settings (local or your Settings Sync) | configuration |
Everything above stays on your machine (or in your own VS Code Settings Sync). Clearing findings (Docgrity: Clear findings) or uninstalling the extension removes stored findings.
vscode.lm API to the model you selected
(default: your GitHub Copilot subscription; optionally a fully local model, in which case
nothing leaves your machine at all).api.github.com) when — and only
when — you approve raising an issue, containing the issue title, body and labels you
previewed.There are no other network calls. No content, metadata, or usage data is ever sent to us.
Nothing. There is no backend, no telemetry endpoint, and no account.
vscode.lm) — VS Code prompts you for consent on first use.repo scope) — requested only when you raise an issue, via VS Code's standard GitHub sign-in.git log, git remote get-url) — for potential-owner and repo inference.The extension stores no personal data outside your machine. Git author names inside findings are removed when you clear findings or uninstall. Issues you create on GitHub are governed by GitHub's terms and your repository's settings, and are fully under your control.
We'll update this page when the extension's data handling changes, with the date above.