Skip to content

Commit

Permalink
Resize Canvas of Log Point Decoration Icons
Browse files Browse the repository at this point in the history
Resolves #118
  • Loading branch information
swissmanu committed Dec 2, 2021
1 parent 208fdb1 commit 9b2b12d
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next

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

## 0.9.0

Expand Down
62 changes: 59 additions & 3 deletions packages/extension/resources/debug-breakpoint-log-unverified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 56 additions & 3 deletions packages/extension/resources/debug-breakpoint-log.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/testbench-nodejs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rxjsDebugging.hideLiveLogWhenStoppingDebugger": true,
"rxjsDebugging.recommendOperatorLogPointsWithAnIcon": false,
"rxjsDebugging.logLevel": "Info"
"rxjsDebugging.logLevel": "Info",
"rxjsDebugging.recommendOperatorLogPointsWithAnIcon": false
}

0 comments on commit 9b2b12d

Please sign in to comment.