We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39fa50 commit 91698b1Copy full SHA for 91698b1
vscode-rescriptdep/README.md
@@ -72,6 +72,10 @@ This extension doesn't require any specific settings.
72
73
## Release Notes
74
75
+### 0.2.0
76
+
77
+- Added external module visualization: Now properly represents external dependencies in the dependency graph
78
79
### 0.1.1
80
81
- Fixed compatibility issue by downgrading the VS Code engine requirement to support older VS Code versions
vscode-rescriptdep/package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-bibimbob",
3
"displayName": "Bibimbob",
4
"description": "A tool to analyze dependencies between ReScript modules",
5
- "version": "0.1.1",
+ "version": "0.2.0",
6
"publisher": "mununki",
7
"license": "MIT",
8
"icon": "images/rescriptdep_icon.png",
0 commit comments