Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit eb0e081

Browse files
authored
Make troubleshooting file match github template for finding the version (#1555)
1 parent 1a272b8 commit eb0e081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TROUBLESHOOTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ When filing an issue, make sure you do the following:
9696
- Adding this will cause a large amount of info to be printed to the Python output panel.
9797
This should not be left long term, as the performance impact of the logging is significant.
9898
- State which language server version you are using:
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.
99+
- To find your version: Select "View: Toggle Output" from the command palette (Ctrl+Shift+P on Windows/Linux, Command+Shift+P on macOS), then select "Python" in the dropdown on the right ("Python Language Server" if running Insiders build of VS Code). Look for the line Microsoft Python Language Server version X in the console.
101100
- State the environment where your code is running; i.e. Python version, the virtual environment type, etc.
102101
- If using a virtual environment, please include the requirements.txt file.
103102
- If working with a conda environment, attach the environment.yml file.

0 commit comments

Comments
 (0)