Skip to content

Instantly share code, notes, and snippets.

@maphew
Created September 21, 2025 03:21
Show Gist options
  • Save maphew/581f0904a366b11ff147ba551a5aa383 to your computer and use it in GitHub Desktop.
Save maphew/581f0904a366b11ff147ba551a5aa383 to your computer and use it in GitHub Desktop.

I keep getting *"Your command is being executed without VSCode terminal shell integration...." *

I'm on Bluefin atomic linux (Fedora 42). Bash is my selected shell.

The troubleshooting section (https://kilocode.ai/docs/features/shell-integration#verifying-shell-integration-status) says to run these 3 commands to test integration, but doesn't show what the expected result is.

set | grep -i '[16]33;'
echo "$PROMPT_COMMAND" | grep vsc
trap -p DEBUG | grep vsc

Here's what I get:

zinfo on  retire-appmaplist [✘!] is :package: v0.1.0 via :snake: v3.13.7 
❯ set | grep -i '[16]33;'
echo "$PROMPT_COMMAND" | grep vsc
trap -p DEBUG | grep vsc
   105: PS2=$'\\[\E]633;F\a\\]\\[\E[90m\\]∙\\[\E[0m\\] \\[\E]633;G\a\\]'
   173: __vsc_custom_PS1=$'\\[\E]633;A\a\\]\n\\[\E[1;36m\\]zinfo\\[\E[0m\\] on \\[\E[1;35m\\] retire-appmaplist\\[\E[0m\\] \\[\E[1;31m\\][✘!]\\[\E[0m\\] is \\[\E[1;38;5;208m\\]:package: v0.1.0\\[\E[0m\\] via \\[\E[1;33m\\]:snake: v3.13.7 \\[\E[0m\\]\n\\[\E[1;32m\\]❯\\[\E[0m\\] \\[\E]633;B\a\\]'
   174: __vsc_custom_PS2=$'\\[\E]633;F\a\\]\\[\E[90m\\]∙\\[\E[0m\\] \\[\E]633;G\a\\]'
  1113:                 builtin printf '\e]633;EnvSingleEntry;%s;%s;%s\a' "$key" "$(__vsc_escape_value "$value")" "$__vsc_nonce";
  1120:     builtin printf '\e]633;EnvSingleEntry;%s;%s;%s\a' "$key" "$(__vsc_escape_value "$value")" "$__vsc_nonce"
  1129:             builtin printf '\e]633;EnvSingleEntry;%s;%s;%s\a' "$key" "$(__vsc_escape_value "$value")" "$__vsc_nonce";
  1140:         builtin printf '\e]633;D\a';
  1142:         builtin printf '\e]633;D;%s\a' "$__vsc_status";
  1151:     builtin printf '\e]633;E;%s;%s\a' "$(__vsc_escape_value "${__vsc_current_command}")" $__vsc_nonce;
  1152:     builtin printf '\e]633;C\a'
  1156:     builtin printf '\e]633;G\a'
  1160:     builtin printf '\e]633;F\a'
  1260:     builtin printf '\e]633;B\a'
  1264:     builtin printf '\e]633;A\a'
  1274:     builtin printf "\e]633;P;Prompt=%s\a" "$(__vsc_escape_value "${__vsc_prompt}")"
  1287:     builtin printf '\e]633;P;Cwd=%s\a' "$(__vsc_escape_value "$__vsc_cwd")"
  1292:         builtin printf '\e]633;EnvSingleStart;%s;%s\a' 0 $__vsc_nonce;
  1300:                         builtin printf '\e]633;EnvSingleEntry;%s;%s;%s\a' "$key" "$(__vsc_escape_value "$value")" "$__vsc_nonce";
  1320:                         builtin printf '\e]633;EnvSingleEntry;%s;%s;%s\a' "$key" "$(__vsc_escape_value "$value")" "$__vsc_nonce";
  1333:         builtin printf '\e]633;EnvSingleEnd;%s;\a' $__vsc_nonce;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment