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
- Each workspace gets its own cache file based on the workspace name
45
-
- The cache is automatically invalidated when module files change (using digest comparison)
46
-
- You can manually clear the cache using the "ReScript: Clear Dependency Cache" command
47
-
48
37
## Requirements
49
38
50
39
- A ReScript project (with either `bsconfig.json` or `rescript.json` configuration file)
@@ -59,9 +48,8 @@ The extension uses a caching mechanism to improve performance when analyzing mod
59
48
60
49
## Usage Tips
61
50
62
-
1.**First Analysis**: The first analysis might take longer as it builds the initial cache
63
-
2.**After Major Changes**: Clear the cache using the command if you've made significant changes to your codebase
64
-
3.**Module Navigation**: Click on any module in the visualization to focus on that module
51
+
1.**After Major Changes**: When making significant changes to your codebase (including module deletion), run `rescript clean` to recompile your project for improved analysis accuracy
52
+
2.**Module Navigation**: Click on any module in the visualization to focus on that module
0 commit comments