- SDR to HDR brightness control has been implemented. - Sample monitor.conf file is now provided. - VS Code debug launch file has been added. - Updated Readme.
22 lines
695 B
JSON
22 lines
695 B
JSON
{
|
|
// 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 (hardcoded script name)",
|
|
"cwd": "${workspaceFolder}",
|
|
"program": "${workspaceFolder}/hdr-helper",
|
|
"args": []
|
|
},
|
|
{
|
|
"type": "bashdb",
|
|
"request": "launch",
|
|
"name": "Bash-Debug (simplest configuration)",
|
|
"program": "${file}"
|
|
}
|
|
]
|
|
} |