33 lines
764 B
JSON

{
"cSpell.words": [
"bunx",
"CEINTL",
"Chakroun",
"commitlint",
"dbaeumer",
"devcontainers",
"dotenvx",
"eamodio",
"esbenp",
"Gruntfuggly",
"humao",
"micr",
"mioffice",
"moby",
"oxlint",
"unifiedjs",
"zhaoyingbo"
],
// The path to the `bun` executable.
"bun.runtime": "/home/node/.bun/bin/bun",
// If support for Bun should be added to the default "JavaScript Debug Terminal".
"bun.debugTerminal.enabled": true,
// If the debugger should stop on the first line of the program.
"bun.debugTerminal.stopOnEntry": false,
// Glob pattern to find test files. Defaults to the value shown below.
"bun.test.filePattern": "**/*{.test.,.spec.,_test_,_spec_}{js,ts,tsx,jsx,mts,cts}"
}