tests/claudecode: skip running nvim in example test
> ERROR: [ClaudeCode] [config] [WARN] focus_after_send=true does not focus a Claude session running outside Neovim (terminal.provider="external"). Use a `User ClaudeCodeSendComplete` autocmd to focus it yourself.
This commit is contained in:
parent
8152a24e66
commit
2414f3d85d
1 changed files with 6 additions and 0 deletions
|
|
@ -70,6 +70,12 @@
|
|||
};
|
||||
|
||||
example = {
|
||||
# FIXME: 2026-06-15 example doesn't run in the build sandbox:
|
||||
# ERROR: [ClaudeCode] [config] [WARN]
|
||||
# focus_after_send=true does not focus a Claude session running outside Neovim (terminal.provider="external").
|
||||
# Use a `User ClaudeCodeSendComplete` autocmd to focus it yourself.
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.claudecode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue