Better Shebang Language Detection (Deno, Bun, etc) (fix #287819) (#289026)

This commit is contained in:
Benjamin Pasero
2026-01-20 07:43:13 +01:00
committed by GitHub
parent 32fc704566
commit ad980f0b21
2 changed files with 23 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
".cts",
".mts"
],
"firstLine": "^#!.*\\b(deno|bun|ts-node)\\b",
"configuration": "./language-configuration.json"
},
{