Skip to content

Commit 34b5ec0

Browse files
authored
Merge pull request #17 from stuartleeks/sl/simplify-completion
Simplify completion for devcontainer exec
2 parents b0d5fa4 + 5830d7b commit 34b5ec0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/devcontainer/devcontainer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func createExecCommand() *cobra.Command {
136136
names := []string{}
137137
for _, devcontainer := range devcontainers {
138138
names = append(names, devcontainer.DevcontainerName)
139-
names = append(names, devcontainer.ContainerName)
140139
}
141140
sort.Strings(names)
142141
return names, cobra.ShellCompDirectiveNoFileComp

0 commit comments

Comments
 (0)