We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc16d6 commit a6fad93Copy full SHA for a6fad93
1 file changed
internal/ui/run.go
@@ -30,6 +30,7 @@ func Run(parentCtx context.Context, rt runtime.Runtime, version string, platform
30
ctx, cancel := context.WithCancel(parentCtx)
31
defer cancel()
32
33
+ // FIXME: This assumes a single emulator; revisit for proper multi-emulator support
34
emulatorName := "LocalStack Emulator"
35
endpoint := "localhost.localstack.cloud"
36
if cfg, err := config.Get(); err == nil && len(cfg.Containers) > 0 {
0 commit comments