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: .github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml
+34-31
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ body:
9
9
- type: markdown
10
10
attributes:
11
11
value: |
12
-
Thanks for filling out a bug report and helping improve the Remote - SSH extension! **Please replace <MY_TITLE> above.**
12
+
Thank you for taking the time to fill out a bug report, we appreciate your help in improving Remote - SSH!
13
+
14
+
Please take the time to fill out this brief form to ensure we can triage your issue promptly. Please be sure to **replace <MY_TITLE> above with something descriptive!**
15
+
13
16
If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page.
14
17
- type: checkboxes
15
18
attributes:
@@ -25,46 +28,63 @@ body:
25
28
label: Required Troubleshooting Steps
26
29
description: Please go through the [**Troubleshooting Wiki**](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting) and follow all the required steps.
27
30
options:
28
-
- label: I have followed these troubleshooting steps
31
+
- label: I have read and performed the troubleshooting steps
29
32
required: true
30
33
- label: I have tried both values of the `remote.SSH.useLocalServer` setting
31
34
required: true
32
-
- label: My issue was not covered in the [**Tips and Tricks**](https://code.visualstudio.com/docs/remote/troubleshooting#_ssh-tips) linked from the [troubleshooting wiki](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting).
35
+
- label: My issue was **not** covered in the [**Tips and Tricks**](https://code.visualstudio.com/docs/remote/troubleshooting#_ssh-tips) linked from the [Troubleshooting Wiki](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting).
33
36
required: true
34
-
- label: "I will include a complete copy of my Remote - SSH logs by running `Remote-SSH: Show Log` in the command palette or opening the `Output` panel"
37
+
- label: "I will include a complete copy of my Remote - SSH logs by running **Remote-SSH: Show Log** in the command palette or from **View > Output** in the menu bar"
35
38
required: true
36
39
- type: dropdown
37
40
id: copilot-chat
38
41
attributes:
39
42
label: "[Optional] Diagnose with Copilot"
40
-
description: Recent versions of Remote - SSH include a [Copilot Chat Participant](https://code.visualstudio.com/docs/copilot/getting-started-chat) named `@remote-ssh`. When prompted, this participant can help diagnose issues.
43
+
description: Recent versions of Remote - SSH include a [Copilot Chat Participant](https://code.visualstudio.com/docs/copilot/getting-started-chat) named `@remote-ssh`. When prompted, this participant can help diagnose issues or answer general SSH configuration questions.
41
44
options:
42
-
- I did not ask the `@remote-ssh` participant for help
43
-
- I asked `@remote-ssh` but it did not help
44
-
- I asked `@remote-ssh` and it helped, but I still want to report this bug
45
+
- I did not ask the @remote-ssh participant for help
46
+
- I asked @remote-ssh but it did not help
47
+
- I asked @remote-ssh and it helped, but I still want to report this bug
48
+
validations:
49
+
required: true
45
50
- type: dropdown
46
51
id: manually-run-ssh-cmd
47
52
attributes:
48
-
label: In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim _outside_ of VS Code?
53
+
label: In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim outside of VS Code?
49
54
options:
50
55
- I did not try step 2 of the troubleshooting steps
51
-
- I could successfully SSH to the remote machine with the generated SSH command
52
-
- I could *not* successfully SSH to the remote machine, and the error was _the same_ to what I saw in VS Code
53
-
- I could *not* successfully SSH to the remote machine, and the error was _different_ than what I saw in VS Code
56
+
- I COULD successfully SSH to the remote machine with the generated SSH command
57
+
- I could NOT successfully SSH to the remote machine, and the error was the SAME to what I saw in VS Code
58
+
- I could NOT successfully SSH to the remote machine, and the error was DIFFERENT than what I saw in VS Code
59
+
validations:
60
+
required: true
61
+
- type: textarea
62
+
attributes:
63
+
label: Remote-SSH Log
64
+
description: To find logs first click on the `View` menu at the very top of your computer screen, and then select `Output` from the dropdown. Finally, select `Remote-SSH` from the dropdown on the right.
65
+
value: |
66
+
<details>
67
+
<summary>Remote-SSH Log</summary>
68
+
<p>
69
+
```
70
+
[PASTE LOG HERE WITHIN THE BACKTICKS TO FORMAT]
71
+
```
72
+
</p>
73
+
</details>
54
74
validations:
55
75
required: true
56
76
- type: textarea
57
77
attributes:
58
78
label: Expected Behavior
59
79
description: A concise description of what you expected to happen.
60
80
validations:
61
-
required: false
81
+
required: true
62
82
- type: textarea
63
83
attributes:
64
84
label: Actual Behavior
65
85
description: A concise description of what is actually happening
66
86
validations:
67
-
required: false
87
+
required: true
68
88
- type: textarea
69
89
attributes:
70
90
label: Steps To Reproduce
@@ -74,23 +94,6 @@ body:
74
94
2. With this config...
75
95
3. Run '...'
76
96
4. See error...
77
-
validations:
78
-
required: false
79
-
- type: textarea
80
-
attributes:
81
-
label: Remote-SSH Log
82
-
description: To find logs first click on the `View` menu at the very top of your computer screen, and then select `Output` from the dropdown. Finally, select `Remote-SSH` from the dropdown on the right.
0 commit comments