-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error opening .command file #9213
Copy link
Copy link
Closed
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the bug
Running the
open launchPackager.commandcommand results in an error: "Language support is unavailable for this file type."This issue appeared after upgrading Warp; the previous version from February 2026 was able to run.
To reproduce
launchPackager.command file content:
#!/usr/bin/env bash
clear
THIS_DIR=$(dirname "$0")
pushd "$THIS_DIR"
source ./packager.sh
echo "Process terminated. Press to close the window"
read
run open launchPackager.command
Expected behavior
No response
Screenshots, videos, and logs
Operating system (OS)
macOS
Operating system and version
MacOS 15.6.1
Shell Version
zsh 5.9 (arm64-apple-darwin24.0)
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
No response
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