Skip to content

ApiCentraal/ProdCheck-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProdCheck

English

  • A VS Code extension that shows whether each file is “production ready” based on VS Code diagnostics.
  • ✅ Ready when a file has 0 errors.
  • 🔢 Otherwise shows the error count and lets you jump to the exact error location.
  • Optional: right‑click an error in the Production Status view → Fix with AI.

Nederlands

  • Een VS Code extensie die per bestand aangeeft of het “productie-ready” is op basis van VS Code diagnostics.
  • ✅ Ready als een bestand 0 errors heeft.
  • 🔢 Anders toont het de error count en kun je naar de exacte error springen.
  • Optioneel: right‑click op een error in de Production Status view → Fix with AI.

Install (VSIX)

Settings

  • prodcheck.fileScope: workspace or open (open editors only).
  • prodcheck.enableFingerprintFixes: enable offline fingerprint fixes.
  • prodcheck.treatWarningsAsErrors: count warnings as errors.
  • prodcheck.showOnlyFilesWithErrors: only list files with errors.
  • prodcheck.minErrorCount: only list files with at least this many errors.
  • prodcheck.sortBy: errors or path sorting for the view.
  • prodcheck.sortDirection: desc or asc sorting direction.
  • prodcheck.ruleProfile: mvp, strict, or enterprise rules for AI prompts.

Developer guide

Development and release steps are in DEV.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published