New command to run all of file regardless of cells - #4893
Merged
Ian Huff (IanMatthewHuff) merged 4 commits intoMar 22, 2019
Merged
Conversation
| }, | ||
| { | ||
| "command": "python.datascience.runallcells", | ||
| "title": "%python.command.python.datascience.runallcells.command.title%", |
Member
Author
There was a problem hiding this comment.
Note if this looks a bit funny. The "Run All Cells" command had both a code lens command and a command palette command. My change removed the string that was no longer used by the code lens so we removed the .command. version of the string. Now the code lens "Run All Cells" shows up in the context menu and command palette.
Codecov Report
@@ Coverage Diff @@
## master #4893 +/- ##
======================================
+ Coverage 63% 63% +1%
======================================
Files 372 372
Lines 14612 14617 +5
Branches 1154 1154
======================================
+ Hits 9062 9069 +7
+ Misses 5343 5341 -2
Partials 207 207 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #4855
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed)