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.
Added
finally blocks are now supported in TypeScript.
Methods are now supported in TypeScript.
continue label is now supported in Go.
Region comment note overlay thingies in the demo, hidden in debug mode or under the showRegions parameter.
Once enabled, use cfg-overlay-start: My Message and cfg-overlay-end comments to delimit regions and show
them in the graph.
Function rendering is now cached, so that they are only re-rendered when needed.
This results in faster update times when moving the cursor in the same function.
Fixed
Exporting DOT files (in debug mode) no longer results in different-looking graphs
The web renderer now supports iOS browsers.
Changed
VSCode and JetBrains now use the same WebView content.
Placeholder ("Hello, World!") graph colors are now determined by the color scheme.
VSCode settings now applied instantly to the graph.
Flat-Switch is now the default for rendering switch-like control-flow structures.