Skip to content

Launch Configuration not showing saved data #9217

@Gbirla06

Description

@Gbirla06

Pre-submit Checks

Describe the bug

Launch Configuration YAML file is not showing in the Command Palette (Ctrl+Shift+P) on Linux.

To reproduce

Steps to reproduce:

  • Place a valid .yml file in ~/.local/share/warp-terminal/launch_configurations/
  • Open Warp
  • Press Ctrl+Shift+P
  • Type "Launch Configuration"
  • Configuration does not appear in the list

YAML file –
`name: MY-All-Services
windows:

  • tabs:
    • title: Voice-Gateway-Go
      cwd: /home/username/projects/myapp/voice-gateway-go
      commands:

      • bash -lc './build.sh && exec ./run-voice-gateway.sh'
        color: red
    • title: VAD-Service-Go
      cwd: /home/username/projects/myapp/vad-service-go
      commands:

      • bash -lc './build.sh && exec ./run-vad-service.sh'
        color: yellow
    • title: STT-Service-Go
      cwd: /home/username/projects/myapp/stt-service-go
      commands:

      • bash -lc './build.sh && exec ./run-stt-service.sh'
        color: yellow
    • title: Shared-Utils
      cwd: /home/username/projects/myapp/shared-utils
      commands:

      • bash -lc 'exec ./build.sh'
        color: red
        `

Expected behavior

The saved Launch Configuration should appear in the list._

Screenshots, videos, and logs

Image Image

Operating system (OS)

Linux

Operating system and version

OS: Linux (your distro and version) PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.5 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

Shell Version

$SHELL --version /bin/bash GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law

Current Warp version

v0.2026.04.22.08.46.stable_03

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

YML File

`
name: MY-All-Services
windows:

  • tabs:
    • title: Voice-Gateway-Go
      cwd: /home/username/projects/myapp/voice-gateway-go
      commands:

      • bash -lc './build.sh && exec ./run-voice-gateway.sh'
        color: red
    • title: VAD-Service-Go
      cwd: /home/username/projects/myapp/vad-service-go
      commands:

      • bash -lc './build.sh && exec ./run-vad-service.sh'
        color: yellow
    • title: STT-Service-Go
      cwd: /home/username/projects/myapp/stt-service-go
      commands:

      • bash -lc './build.sh && exec ./run-stt-service.sh'
        color: yellow
    • title: Shared-Utils
      cwd: /home/username/projects/myapp/shared-utils
      commands:

      • bash -lc 'exec ./build.sh'
        color: red
        `

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions