@@ -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.
0 commit comments