Skip to content

Commit 1f60e84

Browse files
committed
more edits to clarify steps
1 parent ea17482 commit 1f60e84

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ body:
2222
options:
2323
- label: I have followed these debugging steps
2424
required: true
25-
- label: I have tried both settings of `remote.SSH.useLocalServer`
25+
- label: I have tried both values of the `remote.SSH.useLocalServer` setting
2626
required: true
27-
- label: I have tried both settings of `remote.SSH.localServerDownload`
27+
- label: I have tried both values of the `remote.SSH.localServerDownload` setting
2828
required: true
2929
- label: My SSH command works from a local terminal
3030
- label: I can connect using the Remote-SSH extension on VS Code when all other VS Code extensions are disabled
@@ -37,11 +37,9 @@ body:
3737
- type: textarea
3838
attributes:
3939
label: Versions
40-
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 VSCode marketplace, and will follow the format vX.XX.X.
40+
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.
4141
value: |
42-
- Remote-SSH Extension Version:
43-
- VSCode Version:
44-
- Local OS Version:
42+
- VS Code Version:
4543
- Remote OS Version:
4644
validations:
4745
required: true
@@ -65,7 +63,7 @@ body:
6563
- type: textarea
6664
attributes:
6765
label: Remote-SSH Log
68-
description: You can find them through going to `output` channel found under the `view` menu in your remote VS Code window then selecting `remote-ssh` from the dropdown on the right. Please make sure to provide the entire log as all output is helpful to our debugging.
66+
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 top right of the `output` window. Please make sure to provide the entire log as all output is helpful to our debugging.
6967
value: |
7068
<details>
7169
<summary>Remote-SSH Log</summary>

0 commit comments

Comments
 (0)