dotfiles/eggs/waybar/.vscode/launch.json
Katzenkralle 4e9be09c10 Init
2025-05-10 19:23:48 +02:00

15 lines
465 B
JSON
Executable File

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}",
"args": ["toggle"]
}
]
}