10 lines
321 B
JSON
10 lines
321 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,
|
||
|
}
|