Skip to content

Commit a1f315e

Browse files
authored
Update a_remote_ssh_bug_form.yml
1 parent 2b94a46 commit a1f315e

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

.github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,44 @@ body:
1212
- type: checkboxes
1313
attributes:
1414
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 to see if an open or closed issue already exists for the bug you have encountered. Link to search, [here](https://github.com/microsoft/vscode-remote-release/issues?q=is%3Aopen+is%3Aissue+label%3Assh).
1616
options:
1717
- label: I have searched the existing issues
1818
required: true
1919
- type: checkboxes
2020
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.
2323
options:
24-
- label: I have followed these debugging steps
24+
- label: I have followed these troubleshooting steps
2525
required: true
2626
- 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
3128
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)
3435
validations:
35-
required: false
36-
- type: textarea
36+
required: true
37+
- type: dropdown
3738
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: Disable Extensions
40+
description: With all other extensions disable did a connection issue occur?
41+
options:
42+
- It connects successfully
43+
- It doesn’t connect successfully (same error message)
44+
- It doesn’t connect successfully (different error message)
4345
validations:
4446
required: true
47+
- type: textarea
48+
attributes:
49+
label: ->
50+
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.
51+
validations:
52+
required: false
4553
- type: textarea
4654
attributes:
4755
label: Expected Behavior

0 commit comments

Comments
 (0)