{
// Refresh interval in milliseconds (default: 10000)
"dockerComposeStatus.refreshInterval": 10000,
// Maximum number of stopped service names to show in status bar (default: 1, max: 5)
"dockerComposeStatus.maxStoppedServices": 1
}
Configuration Examples
Quick updates:
{
"dockerComposeStatus.refreshInterval": 5000
}
Show more stopped services:
{
"dockerComposeStatus.maxStoppedServices": 3
}
Lightweight (less frequent updates):
{
"dockerComposeStatus.refreshInterval": 30000
}
Requirements
Docker Compose installed and in PATH
compose.yml or docker-compose.yml in workspace root