Skip to content

Commit 9b2b12d

Browse files
committed
Resize Canvas of Log Point Decoration Icons
Resolves #118
1 parent 208fdb1 commit 9b2b12d

File tree

4 files changed

+118
-8
lines changed

4 files changed

+118
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Next
44

55
- Feature: Support RxJS 7 [#52](https://github.com/swissmanu/rxjs-debugging-for-vscode/issues/52)
6+
- Bugfix: Operator Log Point Decorations change Line Height [#118](https://github.com/swissmanu/rxjs-debugging-for-vscode/issues/118)
67

78
## 0.9.0
89

Lines changed: 59 additions & 3 deletions
Loading
Lines changed: 56 additions & 3 deletions
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"rxjsDebugging.hideLiveLogWhenStoppingDebugger": true,
3-
"rxjsDebugging.recommendOperatorLogPointsWithAnIcon": false,
4-
"rxjsDebugging.logLevel": "Info"
3+
"rxjsDebugging.logLevel": "Info",
4+
"rxjsDebugging.recommendOperatorLogPointsWithAnIcon": false
55
}

0 commit comments

Comments
 (0)