Skip to content

Commit 035adca

Browse files
committed
fix typo
1 parent 863858d commit 035adca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33
## 0.3.3
4-
- update: API - Allow caller to define view options (preserveFocus, vieColumn - #132
4+
- update: API - Allow caller to define view options (preserveFocus, vieColumn) - #132
55
- fix: "openAutomatically" creates a new URI object. When revealing the graph for an already rendered `.dot` file the extension would open another render view because the lookup if the panel already exists fails as `vscode.URI` objects are not singletons (`new vscode.Uri("hi") != new vscode.Uri("hi")`. in order to fix this we now index `vscode.Uri.toString()` in the `URI -> panelObject` mapping. - #131 #132
66
- update: dependencies
77

0 commit comments

Comments
 (0)