-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Interactive Window input box tweaks #10029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive Window input box tweaks #10029
Conversation
...arg.prevState, | ||
activateCount: arg.prevState.activateCount + 1 | ||
}; | ||
return focusPending(arg.prevState); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both do the same thing currently, but I was keeping them as they represent different actions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #10029 +/- ##
==========================================
- Coverage 61.19% 61.17% -0.02%
==========================================
Files 564 564
Lines 30147 30173 +26
Branches 4561 4567 +6
==========================================
+ Hits 18448 18458 +10
- Misses 10667 10680 +13
- Partials 1032 1035 +3
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
For #9282
Doing 1, 5, and 6 from the VSCode list.
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).