We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0d5fa4 + 5830d7b commit 34b5ec0Copy full SHA for 34b5ec0
cmd/devcontainer/devcontainer.go
@@ -136,7 +136,6 @@ func createExecCommand() *cobra.Command {
136
names := []string{}
137
for _, devcontainer := range devcontainers {
138
names = append(names, devcontainer.DevcontainerName)
139
- names = append(names, devcontainer.ContainerName)
140
}
141
sort.Strings(names)
142
return names, cobra.ShellCompDirectiveNoFileComp
0 commit comments