JSTQL-JS-Transform/.vscode/settings.json

11 lines
368 B
JSON

{
// The path to the `bun` executable.
"bun.runtime": "/home/rolfmg/.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": true,
"cSpell.words": ["babelparser"]
}