We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73c0ff commit afcf6deCopy full SHA for afcf6de
package.json
@@ -290,8 +290,23 @@
290
"description": "Language that issue completions should not trigger on '#'."
291
},
292
"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",
305
"python",
- "makefile"
306
+ "r",
307
+ "ruby",
308
+ "shellscript",
309
+ "yaml"
310
],
311
"description": "Languages that the '#' character should not be used to trigger issue completion suggestions."
312
0 commit comments