You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,31 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke
10
10
* Excellent debugging support (remote debugging over SSH, mutliple threads, django, flask)
11
11
* Running and debugging Unit tests ([unittest](https://docs.python.org/3/library/unittest.html#module-unittest), [pytest](https://pypi.io/project/pytest/), [nose](https://pypi.io/project/nose/), with config files)
12
12
* Execute file or code in a python terminal
13
-
* Local help file (offline documentation)
14
13
* Snippets
15
14
16
15
## Quick Start
16
+
17
17
* Install the extension
18
18
* optionally install `ctags` for Workspace Symbols, from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on macOS
19
19
* Select your Python interpreter
20
20
+ If it's already in your path then you're set
21
-
+ Otherwise, to select a different Python Interpreter/Version (or use a virtual environment), use the command `Select Workspace Interpreter`)
21
+
+ Otherwise, to select a different Python interpreter/version/environment (use the command `Select Workspace Interpreter` or look in the status bar)
For further information and details continue through to the [documentation](https://code.visualstudio.com/docs/languages/python).
25
26
26
-
## Issues, Feature Requests, and Contributions
27
-
* If you come across a problem with the extension please [file an issue](https://github.com/microsoft/vscode-python)
27
+
## Questions, Issues, Feature Requests, and Contributions
28
+
29
+
* If you have a question about how to accomplish something with the extension, please [ask on Stack Overflow](https://stackoverflow.com/questions/tagged/visual-studio-code+python)
30
+
* If you come across a problem with the extension, please [file an issue](https://github.com/microsoft/vscode-python)
28
31
* Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md) for more details
29
32
* Any and all feedback is appreciated and welcome!
30
33
- If someone has already [file an issue](https://github.com/Microsoft/vscode-python) that encompasses your feedback, please leave a 👍/👎 reaction on the issue
0 commit comments