Skip to content

Commit c4df9f8

Browse files
committed
Minor changes
1 parent 23f50ad commit c4df9f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
99
### Added
1010

1111
- 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.
1215

1316
### Fixed
1417

webview-content/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ svg {
1919
width: 100%;
2020
height: 100%;
2121
}
22-
23-
.highlight {
24-
filter: brightness(5%);
25-
}

0 commit comments

Comments
 (0)