calque/.vscode/settings.json

6 lines
No EOL
160 B
JSON

{
// The path to the `bun` executable.
"bun.runtime": "/path/to/bun",
"bun.debugTerminal.enabled": true,
"bun.debugTerminal.stopOnEntry": true
}