Skip to content

Commit 11435e1

Browse files
committed
fixed formatting
1 parent dfc6001 commit 11435e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Python
1+
# Python
22

33
An extension with rich support for the [Python language](https://www.python.org/), with features including the following and more:
44
* Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/)/Pep8, [Flake8](https://pypi.io/project/flake8/), [pydocstyle](https://pypi.io/project/pydocstyle/) with config files and plugins)
@@ -13,23 +13,23 @@ An extension with rich support for the [Python language](https://www.python.org/
1313
* Sorting imports
1414
* Snippets
1515

16-
##Quick Start
16+
## Quick Start
1717
* Install the extension
1818
* If Python is in the current path
1919
+ You're ready to use it.
2020
* If using a custom Python Version or a Virtual Environment
2121
+ Configure the path to the python executable in `python.pythonPath` of the `settings.json` file ([further details here](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version#python-version-used-for-intellisense-autocomplete-linting-formatting-etc))
2222

23-
##[Documentation](https://github.com/DonJayamanne/pythonVSCode/wiki)
23+
## [Documentation](https://github.com/DonJayamanne/pythonVSCode/wiki)
2424
For further information and details continue through to the [documentation](https://github.com/DonJayamanne/pythonVSCode/wiki).
2525

26-
##Feature Requests and contributions
26+
## Feature Requests and contributions
2727
* Contributions are always welcome. Fork it, modify it and create a pull request.
2828
+ Details on contributing can be found [here](https://github.com/DonJayamanne/pythonVSCode/wiki/Contribution)
2929
* Any and all feedback is appreciated and welcome.
3030
+ Please feel free to [add suggestions here](https://github.com/DonJayamanne/pythonVSCode/issues/183)
3131

32-
##[Roadmap](https://github.com/DonJayamanne/pythonVSCode/issues/183)
32+
## [Roadmap](https://github.com/DonJayamanne/pythonVSCode/issues/183)
3333
_Please note, not all of these feature may be developed.
3434
Your feedback is crucial in prioritizing the items and in determining whether we shift focus our attention to some other feature request(s)._
3535
* Intellisense and Linting
@@ -51,7 +51,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we
5151
+ Securely debugging Python applications in the cloud (Azure, AWS or Google Cloud)
5252
+ Remote debugging over SSH
5353

54-
##[Issues and Feature Requests](https://github.com/DonJayamanne/pythonVSCode/issues)
54+
## [Issues and Feature Requests](https://github.com/DonJayamanne/pythonVSCode/issues)
5555

5656
## Feature Details
5757
* IDE Features

0 commit comments

Comments
 (0)