2023-10-11 14:28:24 +00:00
|
|
|
{
|
2024-02-24 21:30:30 +00:00
|
|
|
// The path to the `bun` executable.
|
|
|
|
"bun.runtime": "/home/rolfmg/.bun/bin/bun",
|
2023-10-11 14:28:24 +00:00
|
|
|
|
2024-02-24 21:30:30 +00:00
|
|
|
// 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"]
|
|
|
|
}
|