setting to disable fade out on pause
This commit is contained in:
@@ -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'",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user