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: TROUBLESHOOTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ When filing an issue, make sure you do the following:
97
97
This should not be left long term, as the performance impact of the logging is significant.
98
98
- State which language server version you are using:
99
99
- To find your version: (CTRL + Shift + P >> Python: Create Terminal >> Select "Output" >> Select "Python" from the dropdown menu in the top right of the output window). Look for the line `Microsoft Python Language Server version X` in the console.
100
+
- Note: if you are using the Insiders build of VS Code, find your version by navigating to the following: CTRL + Shift + P >> Python: Create Terminal >> Select "Output" >> Select "Python Language Server". Again, you will look for the line `Microsoft Python Language Server version X` in the console.
100
101
- State the environment where your code is running; i.e. Python version, the virtual environment type, etc.
101
102
- If using a virtual environment, please include the requirements.txt file.
102
103
- If working with a conda environment, attach the environment.yml file.
0 commit comments