haberdashPI / vscode-master-key

Master your keybindings with documentation, discoverability, modal bindings, macros and expressive configuration
Other
7 stars 1 forks source link

Bugfix: `fallbackBIndings` creates duplicate bindings #41

Closed haberdashPI closed 1 month ago

haberdashPI commented 1 month ago

The last update lead to bugs with duplicate bindings, this addresses the problem by marking implicitly added bindings (via fallback).

In addition this adds a missing command that started leading to problems in my testing: Deactivate User Keybindings.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 38.23529% with 21 lines in your changes missing coverage. Please review.

Project coverage is 77.46%. Comparing base (34a4b6a) to head (0ad0f3c). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/web/keybindings/config.ts 8.33% 11 Missing :warning:
src/web/keybindings/processing.ts 56.25% 4 Missing and 3 partials :warning:
src/web/keybindings/index.ts 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #41 +/- ## ========================================== - Coverage 78.08% 77.46% -0.62% ========================================== Files 24 24 Lines 2336 2361 +25 Branches 469 477 +8 ========================================== + Hits 1824 1829 +5 - Misses 319 336 +17 - Partials 193 196 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.