Skip to content

Commit afcf6de

Browse files
authored
Avoid suggesting Issue and PR numbers immediately after comment hash (#3475)
Fixes #3281
1 parent f73c0ff commit afcf6de

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,23 @@
290290
"description": "Language that issue completions should not trigger on '#'."
291291
},
292292
"default": [
293+
"coffeescript",
294+
"diff",
295+
"dockerfile",
296+
"dockercompose",
297+
"git-commit",
298+
"git-rebase",
299+
"ignore",
300+
"ini",
301+
"julia",
302+
"makefile",
303+
"perl",
304+
"powershell",
293305
"python",
294-
"makefile"
306+
"r",
307+
"ruby",
308+
"shellscript",
309+
"yaml"
295310
],
296311
"description": "Languages that the '#' character should not be used to trigger issue completion suggestions."
297312
},

0 commit comments

Comments
 (0)