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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.3.3
update: API - Allow caller to define view options (preserveFocus, vieColumn) - #132
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