Skip to content

Conversation

IanMatthewHuff
Copy link
Member

For #8424

  • 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.

<Image baseTheme={this.state.baseTheme} class='image-button-image' image={ImageName.SaveAs} />
</ImageButton>
<ImageButton baseTheme={this.state.baseTheme} onClick={this.stateController.export} disabled={!this.stateController.canExport()} className='save-button' tooltip={getLocString('DataScience.exportAsPythonFileTooltip', 'Save As Python File')}>
<ImageButton baseTheme={this.state.baseTheme} onClick={this.stateController.export} disabled={!this.stateController.canExport()} className='native-button' tooltip={getLocString('DataScience.exportAsPythonFileTooltip', 'Save As Python File')}>
Copy link
Member Author

Choose a reason for hiding this comment

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

It's funny, I think this issue always existed, but was just exposed by some recent changes to the css ordering.

@codecov-io
Copy link

codecov-io commented Nov 7, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8449      +/-   ##
==========================================
- Coverage   59.46%   59.14%   -0.33%     
==========================================
  Files         509      509              
  Lines       23390    23390              
  Branches     3779     3774       -5     
==========================================
- Hits        13909    13834      -75     
- Misses       8575     8650      +75     
  Partials      906      906
Impacted Files Coverage Δ
src/client/testing/serviceRegistry.ts 48.64% <0%> (-46.85%) ⬇️
src/client/testing/codeLenses/main.ts 44.44% <0%> (-33.34%) ⬇️
...t/datascience/jupyter/jupyterDataRateLimitError.ts 66.66% <0%> (-33.34%) ⬇️
src/client/formatters/serviceRegistry.ts 75% <0%> (-25%) ⬇️
...ience/jupyter/jupyterDebuggerRemoteNotSupported.ts 75% <0%> (-25%) ⬇️
...cience/jupyter/jupyterDebuggerNotInstalledError.ts 60% <0%> (-20%) ⬇️
src/client/common/utils/icons.ts 83.33% <0%> (-16.67%) ⬇️
src/client/api.ts 78.57% <0%> (-14.29%) ⬇️
src/client/datascience/cellFactory.ts 57.69% <0%> (-12.83%) ⬇️
src/client/providers/providerUtilities.ts 83.33% <0%> (-5.56%) ⬇️
... and 2 more

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 45bffa8...57ed7f4. Read the comment docs.

@IanMatthewHuff IanMatthewHuff merged commit 758e355 into microsoft:master Nov 7, 2019
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/blueSaveButton branch November 8, 2019 00:03
IanMatthewHuff added a commit to IanMatthewHuff/vscode-python that referenced this pull request Nov 8, 2019
IanMatthewHuff added a commit that referenced this pull request Nov 8, 2019
* fix blue color on export icon (#8449)

* default non-text mimetypes to white background (#8452)
@lock lock bot locked as resolved and limited conversation to collaborators Nov 15, 2019
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.

4 participants