Improving getting started instructions in README and minor updates to contributors guide#605
Merged
qubitron merged 4 commits intomicrosoft:masterfrom Jan 29, 2018
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #605 +/- ##
==========================================
+ Coverage 58.06% 59.33% +1.26%
==========================================
Files 225 239 +14
Lines 10152 12068 +1916
Branches 1751 2297 +546
==========================================
+ Hits 5895 7160 +1265
- Misses 4252 4900 +648
- Partials 5 8 +3
Continue to review full report at Codecov.
|
chetsangnil
reviewed
Jan 23, 2018
| ```Python: Run Python File in Terminal``` | Runs the active Python file in the VS Code terminal. You can also run a Python file by right-clicking on the file and selecting ```Run Python File in Terminal```. | ||
| ```Python: Select Linter``` | Switch from PyLint to flake8 or other supported linters. | ||
|
|
||
| To see all available Python commands, open the Command Palette and type ```Python```. |
There was a problem hiding this comment.
This is great! Love it when we tell users how to access important functionality and not assuming that they would already know how to do.
DonJayamanne
approved these changes
Jan 23, 2018
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.
This PR is to make the extension README easier for new users to learn how to get set-up developing with Python in VS Code.
This fixes #551, and fixes #589.
@chetsangnil