Skip to content

Commit 8a7e1aa

Browse files
committed
updated readme
1 parent 4160322 commit 8a7e1aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An extension with rich support for the [Python language](https://www.python.org/
88
* Code formatting ([autopep8](https://pypi.io/project/autopep8/), [yapf](https://pypi.io/project/yapf/), with config files)
99
* Code refactoring ([Rename](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Rename), [Extract Variable](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Variable), [Extract Method](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Method), [Sort Imports](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Sort-Imports))
1010
* Viewing references, code navigation, view signature
11-
* Excellent debugging support (remote debugging, mutliple threads, django, flask)
11+
* Excellent debugging support (remote debugging over SSH, mutliple threads, django, flask)
1212
* Unit testing, including debugging ([unittest](https://docs.python.org/3/library/unittest.html#module-unittest), [pytest](https://pypi.io/project/pytest/), [nosetests](https://pypi.io/project/nose/), with config files)
1313
* Execute file or code in a python terminal
1414
* Local help file (offline documentation)
@@ -48,7 +48,7 @@ For further information and details continue through to the [documentation](http
4848
* [Scientific tools (Jupyter/IPython)](https://github.com/DonJayamanne/pythonVSCode/wiki/Jupyter-(IPython))
4949
+ Executing blocks of code (cells) in a Jupyter Kernel
5050
+ Managing kernels (restarting, stopping, interrupting and selecting different kernels)
51-
+ Viewing interactive graphs, HTML, SVG, laText output from Jupyter from within Visual Studio Code
51+
+ Viewing interactive graphs, HTML, SVG, LaTeX output from Jupyter from within Visual Studio Code
5252
* [Code formatting](https://github.com/DonJayamanne/pythonVSCode/wiki/Formatting)
5353
+ Auto formatting of code upon saving changes (default to 'Off')
5454
+ Use either yapf or autopep8 for code formatting (defaults to autopep8)
@@ -67,10 +67,10 @@ For further information and details continue through to the [documentation](http
6767
+ Step through code (Step in, Step out, Continue)
6868
+ Add/remove break points
6969
+ Local variables and arguments
70-
+ Multiple Threads and Web Applications (such as Flask, Django)
70+
+ Multiple Threads and Web Applications (such as Flask, Django, with template debugging)
7171
+ Expanding values (viewing children, properties, etc)
7272
+ Conditional break points
73-
+ Remote debugging
73+
+ Remote debugging (over SSH)
7474
+ Google App Engine
7575
+ Debugging in the integrated or external terminal window
7676
* Debugging as sudo

0 commit comments

Comments
 (0)