Skip to content

Commit b03e59b

Browse files
authored
Update README.md
1 parent 798a7c9 commit b03e59b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Dead code is highlighted in the editor, and code actions for suppressing dead co
6464

6565
When done, stop the dead code analysis mode by clicking the `Stop Dead Code Analysis mode` button in the editor status bar. This will clear all reported dead code warnings.
6666

67+
**Note:** This mode uses `npx reanalyze` to run the analysis binary. For reproducible results, install `reanalyze` with `npm install reanalyze --save-dev`.
68+
6769
##### Caveats
6870

6971
Currently does not work for full monorepo dead code analysis (although it should work for each monorepo package individually).

0 commit comments

Comments
 (0)