This extension shells out to the dwg-cli binary to highlight AI-style prose patterns in Markdown and plaintext documents. Diagnostics surface as warnings with inline suggestions sourced from the deterministic ruleset.
Setup
Build or install the CLI:
cargo install --path cli --force
Install Node dependencies and compile the extension:
cd vscode-extension
npm install
npm run compile
Press F5 in VS Code to launch the extension in Extension Development Host.
Configuration keys (dwg.command, dwg.configPath, dwg.debounceMs) can be changed under Settings → Extensions → Deterministic Writing Guard.