Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions resources/report_issue_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<!-- Please search existing issues to avoid creating duplicates;
https://github.com/microsoft/vscode-python/issues?q=is%3Aopen+is%3Aissue+label%3Atype-bug
-->
<!-- Please search for existing issues at https://github.com/microsoft/vscode-python/issues?is%3Aissue+label%3Abug -->

# Behaviour

[**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]

## Expected

XXX

## Actual
## Expected vs. Actual Behaviour

XXX

Expand All @@ -33,21 +27,6 @@ You can attach such things **after** you create your issue on GitHub.

<details>

<summary>"Python" channel in the OUTPUT panel</summary>

<p>

<!-- Run the "Python: Show Output" command to see the requested output. --->

```

```

</p>
</details>

<details>

<summary>User Settings</summary>

<p>
Expand Down
25 changes: 2 additions & 23 deletions src/test/common/application/commands/issueTemplateVenv1.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<!-- Please search existing issues to avoid creating duplicates;
https://github.com/microsoft/vscode-python/issues?q=is%3Aopen+is%3Aissue+label%3Atype-bug
-->
<!-- Please search for existing issues at https://github.com/microsoft/vscode-python/issues?is%3Aissue+label%3Abug -->

# Behaviour

[**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]

## Expected

XXX

## Actual
## Expected vs. Actual Behaviour

XXX

Expand All @@ -33,21 +27,6 @@ You can attach such things **after** you create your issue on GitHub.

<details>

<summary>"Python" channel in the OUTPUT panel</summary>

<p>

<!-- Run the "Python: Show Output" command to see the requested output. --->

```

```

</p>
</details>

<details>

<summary>User Settings</summary>

<p>
Expand Down