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
- Extension version (available under the Extensions sidebar):
13
-
- OS and version:
14
-
- Python version (& distribution if applicable, e.g. Anaconda):
15
-
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...):
16
-
- Relevant/affected Python packages and their versions:
17
-
- Relevant/affected Python-related VS Code extensions and their versions:
18
-
- Value of the `python.languageServer` setting:
5
+
# Behaviour
19
6
20
7
[**NOTE**: If you suspect that your issue is related to the Microsoft Python Language Server (`python.languageServer: 'Microsoft'`), please download our new language server [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) from the VS Code marketplace to see if that fixes your issue]
21
8
22
-
## Expected behaviour
23
-
24
9
10
+
## Expected
25
11
26
-
## Actual behaviour
12
+
XXX
27
13
14
+
## Actual
28
15
16
+
XXX
29
17
30
18
## Steps to reproduce:
31
19
@@ -35,17 +23,22 @@ labels: classify, type-bug
35
23
36
24
<!--
37
25
Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ .
26
+
You can attach such things **after** you create your issue on GitHub.
38
27
-->
39
28
40
-
## Logs
29
+
# Diagnostic data
30
+
31
+
- Python version (& distribution if applicable, e.g. Anaconda): XXX
32
+
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): XXX
33
+
- Value of the `python.languageServer` setting: XXX
41
34
42
35
<details>
43
36
44
-
<summary>Output for <code>Python</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Python</code>)
45
-
</summary>
37
+
<summary>"Python" channel in the OUTPUT panel</summary>
46
38
47
39
<p>
48
40
41
+
<!-- Run the "Python: Show Output" command to see the requested output. --->
0 commit comments