Skip to content

Commit a6fad93

Browse files
committed
Add FIXME comment for single-emulator assumption
1 parent 0cc16d6 commit a6fad93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/ui/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func Run(parentCtx context.Context, rt runtime.Runtime, version string, platform
3030
ctx, cancel := context.WithCancel(parentCtx)
3131
defer cancel()
3232

33+
// FIXME: This assumes a single emulator; revisit for proper multi-emulator support
3334
emulatorName := "LocalStack Emulator"
3435
endpoint := "localhost.localstack.cloud"
3536
if cfg, err := config.Get(); err == nil && len(cfg.Containers) > 0 {

0 commit comments

Comments
 (0)