Skip to content

Commit b492a57

Browse files
committed
Fix highlight of debug output
It's not really valid json, so let's just format it as text.
1 parent 34a38d9 commit b492a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ body:
3333
id: debug
3434
attributes:
3535
label: Debug output
36-
description: "Please copy and paste the output of `:echo tpipeline#debug#info()` inside vim, if relevant. This will be automatically formatted into code, so no need for backticks."
36+
description: "Please copy and paste the output of `:echo tpipeline#debug#info()` inside vim, if relevant."
3737
placeholder: ":echo tpipeline#debug#info()"
38-
render: JSON
38+
render: Text
3939
validations:
4040
required: false

0 commit comments

Comments
 (0)