- Notifications
You must be signed in to change notification settings - Fork1.2k
Improving getting started instructions in README and minor updates to contributors guide#605
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedJan 20, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
|
README.md Outdated
```Python: Select Interpreter``` | Switch between Python interpreters, versions, and environments. | ||
```Python: Start REPL``` | Start an interactive Python REPL using the selected interpreter in the VS Code terminal. | ||
```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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
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.
kraigb left a comment
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.
Looks good to me.
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.
Thisfixes#551, andfixes#589.
@chetsangnil