Skip to content

Commit

Permalink
fixed verion and readme (inconsistent rendering on mac and windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Feb 15, 2016
1 parent da23aad commit e87c780
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Works on both Windows and Mac.
* [Intellisense and Autocomplete](https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense)
+ Full intellisense
+ Support for docstring
+ Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
+ - - Use the setting python.autoComplete.extraPaths = []
+ - - For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
+ Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
+ Use the setting python.autoComplete.extraPaths = []
+ For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
```json
"python.autoComplete.extraPaths": [
"C:/Program Files (x86)/Google/google_appengine",
Expand Down Expand Up @@ -62,6 +62,7 @@ Works on both Windows and Mac.
+ Local variables and arguments
+ Multiple Threads and Web Applications (such as Flask) (Windows and Mac)
+ Expanding values (viewing children, properties, etc) (Windows and Mac)
+ Conditional breakpoints
* Unit Testing
+ unittests (default is on)
+ nosetests (default is off)
Expand Down Expand Up @@ -101,7 +102,7 @@ Works on both Windows and Mac.

## Change Log

### Version 0.2.7
### Version 0.2.8
* Added support for conditional break points
* Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
+ Allowing an interactive shell window, which isn't supported in VSCode.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
"version": "0.2.7",
"version": "0.2.8",
"publisher": "donjayamanne",
"license": "SEE LICENSE IN LICENSE or README.MD",
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",
Expand Down

0 comments on commit e87c780

Please sign in to comment.