(value ...color.Attribute)
| 1493 | } |
| 1494 | |
| 1495 | func newColor(value ...color.Attribute) *color.Color { |
| 1496 | c := color.New(value...) |
| 1497 | c.EnableColor() |
| 1498 | return c |
| 1499 | } |
| 1500 | |
| 1501 | func findDevcontainerJSON(workspaceFolder string, options options.Options) (string, string, error) { |
| 1502 | if workspaceFolder == "" { |
no outgoing calls
no test coverage detected