Description
services:
test:
develop:
Given this file, when using code completion we get watch
as an array. Since "required": ["path", "action"]
is set for the array's items we should ideally also automatically provide path
and action
when using the completion item for watch
.
docker-language-server/internal/compose/compose-spec.json
Lines 521 to 541 in 673bf68