Skip to content

Commit a6f405b

Browse files
authored
Merge branch 'main' into doc-for-stable-commands
2 parents b56e43e + a1f67d0 commit a6f405b

File tree

10 files changed

+494
-142
lines changed

10 files changed

+494
-142
lines changed

.github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,34 @@ 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 [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.
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+
required: true
3637
- type: textarea
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: ->
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.
4341
validations:
44-
required: true
42+
required: false
4543
- type: textarea
4644
attributes:
4745
label: Expected Behavior

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ about: Create a report to help us improve
1010
- VSCode Version:
1111
- Local OS Version:
1212
- Remote OS Version:
13-
- Remote Extension/Connection Type: SSH/Containers/WSL/Server
13+
- Remote Extension/Connection Type: Containers/WSL/Server
14+
15+
<!-- 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+ -->
16+
1417
- Logs:
1518

1619
Steps to Reproduce:

0 commit comments

Comments
 (0)