Amazon Q runs a background job in all terminals, even if disabled or unsupported #230
Unanswered
injust
asked this question in
Known bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Amazon Q runs a background job, even if you disable it in the settings, or your terminal is unsupported.
If you use the Starship prompt, this is very obvious/annoying because a ✦ icon appears on your prompt...permanently.
For fish shell, the easiest way to fix this is to add a
test "$TERM_PROGRAM" = vscode
check (if I only want it to run in VS Code) in00_fig_pre.fish
and99_fig_post.fish
. But Amazon Q overwrites these files every time it upgrades.Beta Was this translation helpful? Give feedback.
All reactions