10 lines
No EOL
330 B
JSON
10 lines
No EOL
330 B
JSON
{
|
|
// The path to the `bun` executable.
|
|
"bun.runtime": "/path/to/bun",
|
|
"bun.debugTerminal": {
|
|
// If support for Bun should be added to the default "JavaScript Debug Terminal".
|
|
"enabled": true,
|
|
// If the debugger should stop on the first line of the program.
|
|
"stopOnEntry": false,
|
|
}
|
|
} |