Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e87c780

Browse files
committed
fixed verion and readme (inconsistent rendering on mac and windows)
1 parent da23aad commit e87c780

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Works on both Windows and Mac.
3131
* [Intellisense and Autocomplete](https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense)
3232
+ Full intellisense
3333
+ Support for docstring
34-
+ Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
35-
+ - - Use the setting python.autoComplete.extraPaths = []
36-
+ - - For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
34+
+ Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
35+
+ Use the setting python.autoComplete.extraPaths = []
36+
+ For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
3737
```json
3838
"python.autoComplete.extraPaths": [
3939
"C:/Program Files (x86)/Google/google_appengine",
@@ -62,6 +62,7 @@ Works on both Windows and Mac.
6262
+ Local variables and arguments
6363
+ Multiple Threads and Web Applications (such as Flask) (Windows and Mac)
6464
+ Expanding values (viewing children, properties, etc) (Windows and Mac)
65+
+ Conditional breakpoints
6566
* Unit Testing
6667
+ unittests (default is on)
6768
+ nosetests (default is off)
@@ -101,7 +102,7 @@ Works on both Windows and Mac.
101102

102103
## Change Log
103104

104-
### Version 0.2.7
105+
### Version 0.2.8
105106
* Added support for conditional break points
106107
* Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
107108
+ Allowing an interactive shell window, which isn't supported in VSCode.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.2.7",
5+
"version": "0.2.8",
66
"publisher": "donjayamanne",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)