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
+15-17Lines changed: 15 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -12,36 +12,34 @@ body:
12
12
- type: checkboxes
13
13
attributes:
14
14
label: Is there an existing issue for this bug?
15
-
description: Please search to see if an issue already exists for the bug you encountered.
15
+
description: Please search [here](https://github.com/microsoft/vscode-remote-release/issues?q=is%3Aopen+is%3Aissue+label%3Assh) to see if an open or closed issue already exists for the bug you have encountered.
16
16
options:
17
17
- label: I have searched the existing issues
18
18
required: true
19
19
- type: checkboxes
20
20
attributes:
21
-
label: Debugging Steps
22
-
description: Please go through this debugging help document and follow all the required steps, https://github.com/microsoft/vscode-remote-release/wiki/Debugging-for-Remote-SSH.
21
+
label: Required Troubleshooting Steps
22
+
description: Please go through this troubleshooting help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting.
23
23
options:
24
-
- label: I have followed these debugging steps
24
+
- label: I have followed these troubleshooting steps
25
25
required: true
26
26
- label: I have tried both values of the `remote.SSH.useLocalServer` setting
27
-
required: true
28
-
- label: My SSH command works from a local terminal
29
-
- label: I can connect using the Remote-SSH extension on VS Code when all other VS Code extensions are disabled
30
-
- type: textarea
27
+
- type: dropdown
31
28
attributes:
32
-
label: ->
33
-
description: If you did not check any box or if there was a difference in behavior when toggling `remote.SSH.useLocalServer` please elaborate here.
29
+
label: Connect Locally
30
+
description: When you tried running the ssh connection command in your local terminal what was the outcome? (please verify this connection command is exactly the same as the one in the logs labeled “Running SSH connection command”. Steps provided in troubleshoot doc.)
31
+
options:
32
+
- It connects successfully
33
+
- It doesn’t connect successfully (same error message)
34
+
- It doesn’t connect successfully (different error message)
34
35
validations:
35
-
required: false
36
+
required: true
36
37
- type: textarea
37
38
attributes:
38
-
label: Versions
39
-
description: You can find the VS Code version with [these steps](https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-find-the-version.). Your Remote-SSH Extension Version number is located next to the name of the extension in the VS Code marketplace, and will follow the format vX.XX.X.
40
-
value: |
41
-
- VS Code Version:
42
-
- Remote OS Version:
39
+
label: ->
40
+
description: If your connection had a different error message when trying one of the above steps or if there was an impact by toggling the `remote.SSH.useLocalServer` setting please elaborate here.
<!-- If your bug is related to Remote-SSH, please use the SSH-specific reporter: https://github.com/microsoft/vscode-remote-release/issues/new?assignees=eleanorjboyd&labels=ssh&template=a_remote_ssh_bug_form.yml&title=%5BRemote-SSH+Bug%5D%3A+ -->
0 commit comments