-
Notifications
You must be signed in to change notification settings - Fork 39.1k
Terminal suggest works with docker-compose but not docker compose #284820
Copy link
Copy link
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityterminal-suggest
Milestone
Description
The new terminal suggest feature doesn't show any subcommand suggestions for docker compose (without hyphen), despite supporting them for docker-compose (with hyphen).
The compose command in the Docker completion spec does appear to refer to the docker-compose completion spec:
| loadSpec: "docker-compose", |
Yet, for some reason it doesn't seem to work.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Tested on 1.107.1 and 1.108.0-insider
- OS Version: macOS 26.1 (25B78)
Steps to Reproduce:
- Enable terminal suggest
- Start typing
docker composeinto the terminal -- notice there's no suggestions
Thanks, Shawn
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityterminal-suggest