File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,33 +12,33 @@ Otherwise **please** fill in the requested details below. "XXX" markers should n
12
12
13
13
## Environment data
14
14
15
- - VS Code version: < XXX >
16
- - Extension version (available under the Extensions sidebar): < XXX >
17
- - OS and version: < XXX >
18
- - Python version: < XXX; include the distribution details if applicable, e.g. Anaconda >
19
- - Type of virtual environment used (if applicable): < XXX: N/A | venv | virtualenv | conda | ... >
20
- - Relevant/affected Python packages and their versions: < XXX >
15
+ - VS Code version: XXX
16
+ - Extension version (available under the Extensions sidebar): XXX
17
+ - OS and version: XXX
18
+ - Python version (& distribution if applicable, e.g. Anaconda): XXX
19
+ - Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
20
+ - Relevant/affected Python packages and their versions: XXX
21
21
22
22
## Actual behavior
23
23
24
- < XXX >
24
+ XXX
25
25
26
26
## Expected behavior
27
27
28
- < XXX >
28
+ XXX
29
29
30
30
## Steps to reproduce:
31
- 1 . < XXX >
31
+ 1 . XXX
32
32
33
33
## Logs
34
34
Output for ` Python ` in the ` Output ` panel (` View ` →` Output ` , change the drop-down the upper-right of the ` Output ` panel to ` Python ` )
35
35
36
36
```
37
- < XXX >
37
+ XXX
38
38
```
39
39
40
40
Output from ` Console ` under the ` Developer Tools ` panel (toggle Developer Tools on under ` Help ` )
41
41
42
42
```
43
- < XXX >
43
+ XXX
44
44
```
You can’t perform that action at this time.
0 commit comments