nestjs-doctor 0.4.16 → 0.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -52,6 +52,20 @@ Self-contained HTML file with four sections: score summary, source-level diagnos
|
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
|
+
## VS Code Extension
|
|
56
|
+
|
|
57
|
+
Install [NestJS Doctor](https://marketplace.visualstudio.com/items?itemName=rolobits.nestjs-doctor-vscode) from the VS Code Marketplace. Requires `nestjs-doctor` as a dev dependency — the extension's LSP server loads it from your workspace.
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
npm install -D nestjs-doctor
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Same 40 rules as the CLI, surfaced as inline diagnostics in the editor and in the Problems panel. Files are scanned on open and on save with a configurable debounce.
|
|
64
|
+
|
|
65
|
+
Use `NestJS Doctor: Scan Project` from the command palette to trigger a full scan manually.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
55
69
|
## CI
|
|
56
70
|
|
|
57
71
|
Pin it as a devDependency:
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED