Skip to content

Conversation

@IanMatthewHuff
Copy link
Member

For #9282

Doing 1, 5, and 6 from the VSCode list.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

...arg.prevState,
activateCount: arg.prevState.activateCount + 1
};
return focusPending(arg.prevState);
Copy link
Member Author

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.

@IanMatthewHuff IanMatthewHuff requested review from DavidKutu, DonJayamanne and rchiodo and removed request for DonJayamanne February 10, 2020 21:29
Copy link

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@codecov-io
Copy link

codecov-io commented Feb 10, 2020

Codecov Report

Merging #10029 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/datascience-ui/interactive-common/mainState.ts 61.97% <ø> (ø) ⬆️
src/client/datascience/jupyter/jupyterNotebook.ts 4.38% <0%> (-0.18%) ⬇️
...ient/datascience/interactive-ipynb/nativeEditor.ts 56.86% <0%> (-0.13%) ⬇️
src/client/constants.ts 80% <0%> (ø) ⬆️
src/client/common/platform/fileSystem.ts 77.21% <0%> (+1.78%) ⬆️
src/client/sourceMapSupport.ts 80.43% <0%> (+2.17%) ⬆️
src/client/common/utils/platform.ts 76.47% <0%> (+5.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ead69d5...7f9e1bb. Read the comment docs.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@IanMatthewHuff IanMatthewHuff merged commit 56a3539 into microsoft:master Feb 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 18, 2020
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/inputBoxTweaks branch July 9, 2020 22:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants