From 10daa028f5221683f736baa2749090f7ca64b83c Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 14 Nov 2022 11:48:50 -0800 Subject: [PATCH 01/11] add form for ssh bug issues --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md new file mode 100644 index 0000000..f1a90eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -0,0 +1,79 @@ +name: Remote-SSH Bug +description: File a bug/issue for the Remote-SSH extension +title: "[Remote-SSH BUG]: " +labels: ["ssh"] +body: + - type: markdown + attributes: + value: | + Thanks for filling out a bug issue and helping improve the Remote-SSH extension! + If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page. + - type: checkboxes + attributes: + label: Is there an existing issue for this bug? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: checkboxes + attributes: + label: Debugging Steps + description: Please go through this debugging help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting. + options: + - label: I have following these debugging steps + required: true + - label: I have tried both settings on `remote.SSH.useLocalServer` + required: true + - label: My SSH command works from the local terminal + - label: My SSH command works from the local terminal with extensions enabled + - type: textarea + attributes: + label: Versions + description: + value: | + - VSCode Version: + - Local OS Version: + - Remote OS Version: + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: false + - type: textarea + attributes: + label: Remote-SSH Logs + description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right + value: | +
Logs + + ```bash + + [paste logs] + + ``` +
+ validations: + required: true + - type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false From 863b800af3f78ba60c14cd4fe1403ffefe4298d1 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 14 Nov 2022 13:20:32 -0800 Subject: [PATCH 02/11] ssh bug form --- .github/ISSUE_TEMPLATE/ssh_bug_form.md | 79 ++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ssh_bug_form.md diff --git a/.github/ISSUE_TEMPLATE/ssh_bug_form.md b/.github/ISSUE_TEMPLATE/ssh_bug_form.md new file mode 100644 index 0000000..f1a90eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ssh_bug_form.md @@ -0,0 +1,79 @@ +name: Remote-SSH Bug +description: File a bug/issue for the Remote-SSH extension +title: "[Remote-SSH BUG]: " +labels: ["ssh"] +body: + - type: markdown + attributes: + value: | + Thanks for filling out a bug issue and helping improve the Remote-SSH extension! + If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page. + - type: checkboxes + attributes: + label: Is there an existing issue for this bug? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: checkboxes + attributes: + label: Debugging Steps + description: Please go through this debugging help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting. + options: + - label: I have following these debugging steps + required: true + - label: I have tried both settings on `remote.SSH.useLocalServer` + required: true + - label: My SSH command works from the local terminal + - label: My SSH command works from the local terminal with extensions enabled + - type: textarea + attributes: + label: Versions + description: + value: | + - VSCode Version: + - Local OS Version: + - Remote OS Version: + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: false + - type: textarea + attributes: + label: Remote-SSH Logs + description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right + value: | +
Logs + + ```bash + + [paste logs] + + ``` +
+ validations: + required: true + - type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false From 36767b3c2e5b0dade9ed6e7b150230030ba14446 Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Mon, 14 Nov 2022 13:22:02 -0800 Subject: [PATCH 03/11] Delete ssh_bug_form.md --- .github/ISSUE_TEMPLATE/ssh_bug_form.md | 79 -------------------------- 1 file changed, 79 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ssh_bug_form.md diff --git a/.github/ISSUE_TEMPLATE/ssh_bug_form.md b/.github/ISSUE_TEMPLATE/ssh_bug_form.md deleted file mode 100644 index f1a90eb..0000000 --- a/.github/ISSUE_TEMPLATE/ssh_bug_form.md +++ /dev/null @@ -1,79 +0,0 @@ -name: Remote-SSH Bug -description: File a bug/issue for the Remote-SSH extension -title: "[Remote-SSH BUG]: " -labels: ["ssh"] -body: - - type: markdown - attributes: - value: | - Thanks for filling out a bug issue and helping improve the Remote-SSH extension! - If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page. - - type: checkboxes - attributes: - label: Is there an existing issue for this bug? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true - - type: checkboxes - attributes: - label: Debugging Steps - description: Please go through this debugging help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting. - options: - - label: I have following these debugging steps - required: true - - label: I have tried both settings on `remote.SSH.useLocalServer` - required: true - - label: My SSH command works from the local terminal - - label: My SSH command works from the local terminal with extensions enabled - - type: textarea - attributes: - label: Versions - description: - value: | - - VSCode Version: - - Local OS Version: - - Remote OS Version: - validations: - required: true - - type: textarea - attributes: - label: Expected Behavior - description: A concise description of what you expected to happen. - validations: - required: false - - type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: false - - type: textarea - attributes: - label: Remote-SSH Logs - description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right - value: | -
Logs - - ```bash - - [paste logs] - - ``` -
- validations: - required: true - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false From f9ae48145576ec4e0165ae6467879824e7e1dc2f Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Wed, 16 Nov 2022 15:30:57 -0800 Subject: [PATCH 04/11] edits from comments --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index f1a90eb..217a530 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -1,12 +1,12 @@ name: Remote-SSH Bug description: File a bug/issue for the Remote-SSH extension -title: "[Remote-SSH BUG]: " +title: "[Remote-SSH Bug]: " labels: ["ssh"] body: - type: markdown attributes: value: | - Thanks for filling out a bug issue and helping improve the Remote-SSH extension! + Thanks for filling out a bug report and helping improve the Remote-SSH extension! If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page. - type: checkboxes attributes: @@ -20,12 +20,12 @@ body: label: Debugging Steps description: Please go through this debugging help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting. options: - - label: I have following these debugging steps + - label: I have followed these debugging steps required: true - - label: I have tried both settings on `remote.SSH.useLocalServer` + - label: I have tried both settings of `remote.SSH.useLocalServer` required: true - - label: My SSH command works from the local terminal - - label: My SSH command works from the local terminal with extensions enabled + - label: My SSH command works from a local terminal + - label: My SSH command works from a local terminal with extensions disabled - type: textarea attributes: label: Versions @@ -56,15 +56,17 @@ body: - type: textarea attributes: label: Remote-SSH Logs - description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right + description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right. Please make sure to provide the ENTIRE logs as all output is helpful to our debugging. value: | -
Logs - - ```bash - - [paste logs] +
+ User Settings +

``` + [PASTE LOGS HERE] + ``` + +

validations: required: true From b5daff7e692e997e9a1ba4aa30a29441c76bcd07 Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Thu, 17 Nov 2022 10:45:18 -0800 Subject: [PATCH 05/11] Update remote_ssh_bug_form.md add directions for finding versions --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 217a530..6fb3410 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -29,7 +29,7 @@ body: - type: textarea attributes: label: Versions - description: + description: You can find the VSCode 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. value: | - VSCode Version: - Local OS Version: From a5c6594e4e3624adcf7b1e4f472b5aef62ed99bb Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Thu, 17 Nov 2022 11:01:37 -0800 Subject: [PATCH 06/11] edits round 2 --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 6fb3410..3cd3238 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -25,7 +25,7 @@ body: - label: I have tried both settings of `remote.SSH.useLocalServer` required: true - label: My SSH command works from a local terminal - - label: My SSH command works from a local terminal with extensions disabled + - label: I can connect using the Remote-SSH extension on VS Code when all other VS Code extensions are disabled - type: textarea attributes: label: Versions @@ -56,10 +56,10 @@ body: - type: textarea attributes: label: Remote-SSH Logs - description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right. Please make sure to provide the ENTIRE logs as all output is helpful to our debugging. + description: You can find them through going to `output` channel found under the `view` menu in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right. Please make sure to provide the entire log as all output is helpful to our debugging. value: |
- User Settings + Remote-SSH Log

``` From 70756cfeec4d29286ab145424e3651da675ca2aa Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Thu, 17 Nov 2022 13:59:12 -0800 Subject: [PATCH 07/11] fix spelling/grammer issues --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 3cd3238..01c7744 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -29,8 +29,9 @@ body: - type: textarea attributes: label: Versions - description: You can find the VSCode 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. + 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. value: | + - Remote-SSH Extension Version: - VSCode Version: - Local OS Version: - Remote OS Version: @@ -55,15 +56,15 @@ body: required: false - type: textarea attributes: - label: Remote-SSH Logs - description: You can find them through going to `output` channel found under the `view` menu in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right. Please make sure to provide the entire log as all output is helpful to our debugging. + label: Remote-SSH Log + 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. value: |

Remote-SSH Log

``` - [PASTE LOGS HERE] + [PASTE LOG HERE] ```

From ea174827bc43f4cc09b081519e50142392e7f811 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 28 Nov 2022 11:47:54 -0800 Subject: [PATCH 08/11] add explaining room --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 01c7744..28c5140 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -24,8 +24,16 @@ body: required: true - label: I have tried both settings of `remote.SSH.useLocalServer` required: true + - label: I have tried both settings of `remote.SSH.localServerDownload` + required: true - label: My SSH command works from a local terminal - label: I can connect using the Remote-SSH extension on VS Code when all other VS Code extensions are disabled + - type: textarea + attributes: + label: -> + description: If you did not check any box or if there was a difference in behavior when toggling either user setting please elaborate here. + validations: + required: false - type: textarea attributes: label: Versions @@ -79,4 +87,4 @@ body: Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: - required: false + required: false \ No newline at end of file From 1f60e843d2d243dc20937d1e089dc9c570ade1ee Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 28 Nov 2022 11:56:08 -0800 Subject: [PATCH 09/11] more edits to clarify steps --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 28c5140..5f3abb5 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -22,9 +22,9 @@ body: options: - label: I have followed these debugging steps required: true - - label: I have tried both settings of `remote.SSH.useLocalServer` + - label: I have tried both values of the `remote.SSH.useLocalServer` setting required: true - - label: I have tried both settings of `remote.SSH.localServerDownload` + - label: I have tried both values of the `remote.SSH.localServerDownload` setting required: true - label: My SSH command works from a local terminal - 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: - type: textarea attributes: label: Versions - 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. + 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. value: | - - Remote-SSH Extension Version: - - VSCode Version: - - Local OS Version: + - VS Code Version: - Remote OS Version: validations: required: true @@ -65,7 +63,7 @@ body: - type: textarea attributes: label: Remote-SSH Log - 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. + 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. value: |
Remote-SSH Log From bffd106dc70d6a3910ddee5b207bf739fc386803 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 28 Nov 2022 14:08:32 -0800 Subject: [PATCH 10/11] assignee + capitalization --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 5f3abb5..242f5e5 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -2,6 +2,7 @@ name: Remote-SSH Bug description: File a bug/issue for the Remote-SSH extension title: "[Remote-SSH Bug]: " labels: ["ssh"] +assignees: "eleanorjboyd" body: - type: markdown attributes: @@ -63,7 +64,7 @@ body: - type: textarea attributes: label: Remote-SSH Log - 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. + 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. value: |
Remote-SSH Log From 280d4d1d9460d66705625d679c4e7598786dffd5 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 28 Nov 2022 14:13:27 -0800 Subject: [PATCH 11/11] remove download checkbox --- .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md index 242f5e5..e95cedc 100644 --- a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md +++ b/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.md @@ -25,14 +25,12 @@ body: required: true - label: I have tried both values of the `remote.SSH.useLocalServer` setting required: true - - label: I have tried both values of the `remote.SSH.localServerDownload` setting - required: true - label: My SSH command works from a local terminal - label: I can connect using the Remote-SSH extension on VS Code when all other VS Code extensions are disabled - type: textarea attributes: label: -> - description: If you did not check any box or if there was a difference in behavior when toggling either user setting please elaborate here. + description: If you did not check any box or if there was a difference in behavior when toggling `remote.SSH.useLocalServer` please elaborate here. validations: required: false - type: textarea