From 1a40ba0c9dfb54dc667df7b2de8d4e40c3027ddd Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Mon, 20 Jul 2020 08:35:19 -0700 Subject: [PATCH] Add screencast mode line --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 49c86763745..a22bd4a7f3c 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -361,7 +361,7 @@ "IllusionMH" ], "action": "comment", - "comment": "Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a gif showing exactly what isn't working as expected. You may find https://gifcap.dev helpful as a browser-based gif recording tool.\n\nHappy coding!" + "comment": "Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a gif showing exactly what isn't working as expected. You may find https://gifcap.dev helpful as a browser-based gif recording tool. If the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (`Developer: Toggle Screencast Mode` in the command palette).\n\nHappy coding!" }, { "type": "comment", -- GitLab