Files
RGB/.vscode/launch.json

12 lines
195 B
JSON
Raw Permalink Normal View History

2023-11-19 20:53:35 -05:00
{
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"
}
]
}