-
Notifications
You must be signed in to change notification settings - Fork 39.7k
ShellIntegration for fish is gone #184659
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseterminal-shell-fishAn issue in the terminal specific to fish, including shell integrationAn issue in the terminal specific to fish, including shell integrationterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.verifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseterminal-shell-fishAn issue in the terminal specific to fish, including shell integrationAn issue in the terminal specific to fish, including shell integrationterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.verifiedVerification succeededVerification succeeded
Does this issue occur when all extensions are disabled?: Yes/No
The reverted automated shell integration for fish done in #184363 is incomplete.
While the integration is no longer injected, a manual integration now fails as well because the script can't be found at the generated path.
After digging in, I found a directory
fish_xdg_datain the location where the script should have been.$ tree fish_xdg_data/ fish_xdg_data/ └── fish └── vendor_conf.d └── shellIntegration.fishSomething got messed up 🍺
Just verified: Issue is present in 1.79.0 non-insiders - same git hash.