forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
- macOS @jrieken
- linux @tanhakabir
- windows @DavidKutu
Complexity: 2
Context: We need to test that the report issuance command introduced in #9 is working and is getting all the correct information from the user.
Requirements
- Install the Python extension from here: https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix
Testing
- Open a python file, and ensure that Python Extension is activated.
- Open the command palette (
ctrl + shift + p
) and search forPython: Report Issue Command
. - The issue reporter window will open with some pre-filled information.
- Python Extension source already selected.
- Steps to Reproduce field will have the Extension Issue Report Template with:
- Python version.
- Type of virtual environment used.
- Value of the
python.languageServer
. - User Settings
- Try creating different virtual environments and also changing the language Server. Reopen the Report Issue Command and check if the new information is correct.