We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f50ad commit c4df9f8Copy full SHA for c4df9f8
CHANGELOG.md
@@ -9,6 +9,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
9
### Added
10
11
- The CFG view now highlights (in black) the node matching the cursor position.
12
+- Basic CFG caching for tests, making them twice as fast.
13
+- The extension learned to only generate a CFG on code or config changes.
14
+ If the cursor just moves inside the same function, we don't regenerate the CFG.
15
16
### Fixed
17
webview-content/main.css
@@ -19,7 +19,3 @@ svg {
19
width: 100%;
20
height: 100%;
21
}
22
-
23
-.highlight {
24
- filter: brightness(5%);
25
-}
0 commit comments