We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be46e5 commit 888b7aeCopy full SHA for 888b7ae
ISSUE_TEMPLATE.md
@@ -13,7 +13,10 @@ VS Code Version:
13
14
VS Code Python Extension Version:
15
16
-PTVSD Version:
+One of the following two depending on which version of the addon you're using (2.0+ uses debugpy instead of ptvsd):
17
+
18
+- ptvsd version:
19
+- debugpy version:
20
21
Paths listed by `where python` or the corresponding command:
22
@@ -23,4 +26,4 @@ Python path/interpreter detected/selected by VS Code/Visual Studio: <!-- See Con
23
26
24
27
## Notes:
25
28
-<!-- Describe your problem and the steps to reproduce it, including any specific errors. -->
29
+<!-- Describe your problem and the steps to reproduce it, including any specific errors. -->
0 commit comments