forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new report issue command api (#23033)
Use new report issue command api microsoft/vscode-python-debugger#237 Modify the template, information about the installed extensions was added
- Loading branch information
1 parent
47a1876
commit 3775c93
Showing
10 changed files
with
149 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- Python version (& distribution if applicable, e.g. Anaconda): {0} | ||
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): {1} | ||
- Value of the `python.languageServer` setting: {2} | ||
|
||
<details> | ||
<summary>User Settings</summary> | ||
<p> | ||
|
||
``` | ||
{3}{4} | ||
``` | ||
</p> | ||
</details> | ||
|
||
<details> | ||
<summary>Installed Extensions</summary> | ||
|
||
|Extension Name|Extension Id|Version| | ||
|---|---|---| | ||
{5} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 0 additions & 56 deletions
56
src/test/common/application/commands/issueTemplateVenv1.md
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
src/test/common/application/commands/issueUserDataTemplateVenv1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.0 | ||
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv | ||
- Value of the `python.languageServer` setting: Pylance | ||
|
||
<details> | ||
<summary>User Settings</summary> | ||
<p> | ||
|
||
``` | ||
experiments | ||
• enabled: false | ||
• optInto: [] | ||
• optOutFrom: [] | ||
venvPath: "<placeholder>" | ||
pipenvPath: "<placeholder>" | ||
``` | ||
</p> | ||
</details> | ||
|
||
<details> | ||
<summary>Installed Extensions</summary> | ||
|
||
|Extension Name|Extension Id|Version| | ||
|---|---|---| | ||
|Python|ms-python.python|2020.2| | ||
</details> |
27 changes: 27 additions & 0 deletions
27
src/test/common/application/commands/issueUserDataTemplateVenv2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.0 | ||
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv | ||
- Value of the `python.languageServer` setting: Pylance | ||
|
||
<details> | ||
<summary>User Settings</summary> | ||
<p> | ||
|
||
``` | ||
Multiroot scenario, following user settings may not apply: | ||
experiments | ||
• enabled: false | ||
venvPath: "<placeholder>" | ||
``` | ||
</p> | ||
</details> | ||
|
||
<details> | ||
<summary>Installed Extensions</summary> | ||
|
||
|Extension Name|Extension Id|Version| | ||
|---|---|---| | ||
|Python|ms-python.python|2020.2| | ||
</details> |
Oops, something went wrong.