setting to disable fade out on pause

This commit is contained in:
zacaj
2026-01-17 05:08:12 +00:00
parent 6be5e2d4cb
commit 7c9b4074cb
7 changed files with 54 additions and 21 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
],
"postStartCommand": "sudo setfacl -m u:vscode:rw /dev/snd/*",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"forwardPorts": [5901, 6080],
// Use 'postCreateCommand' to run commands after the container is created.
"onCreateCommand": {
"log": "echo 'Starting post-create script...'",
@@ -29,4 +29,4 @@
"config": "bash -c 'mkdir -p ~/.config/supersonic && (cp .devcontainer/custom-config.toml ~/.config/supersonic/config.toml 2> /dev/null || cp .devcontainer/default-config.toml ~/.config/supersonic/config.toml)'",
"keyring": "bash -c '.devcontainer/init-keychain.sh'",
},
}
}