You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Switches between the implementation and interface file. If you're in a `.res` fi
69
69
70
70
#### Code Analysis mode
71
71
72
-
Runs code analysis via [reanalyze](https://github.com/rescript-association/reanalyze).
72
+
Runs code analysis via [reanalyze](https://github.com/rescript-association/reanalyze) which is embedded in this plugin.
73
73
74
74
##### Usage
75
75
@@ -79,8 +79,6 @@ Dead code is highlighted in the editor, and code actions for suppressing dead co
79
79
80
80
When done, stop the code analysis mode by clicking the `Stop Code Analyzer` button in the editor status bar. This will clear all reported analysis warnings.
81
81
82
-
**Note:** This mode uses `npx reanalyze` to run the analysis binary. For reproducible results, install `reanalyze` with `npm install reanalyze --save-dev`.
83
-
84
82
##### Caveats
85
83
86
84
Currently does not work for full monorepo dead code analysis (although it should work for each monorepo package individually).
0 commit comments