Michael Heča
Michael Heča
Same error and TERM info is available. ``` ~ # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal ~ #...
Need to delete cookies from https://wakatime.com/ too, to signup working. After password change. Before I have only github login.
On Lubuntu eject doesn't work on. Prusa slicer eject is fine.
Manual installation of the extension works for me, roughly according to https://gist.github.com/sotayamashita/3da81de9d6f2c307d15bf83c9e6e1af6
I found a possible issue on Linux. Claude Code started using ~/.config/claude instead of ~/.claude. When I create a symlink with ln -s ~/.config/claude ~/.claude, the IDE works for me....
There is mismatch in config path between Claude Code and IDE extension https://github.com/anthropics/claude-code/issues/2299#issuecomment-2993374748
Example from chat ``` Bash(rg --trace -n "^import|^from" /home/michael/work/wdt/mp2/mp2c/md/py/cli.py) ⎿ Error: rg: DEBUG|rg::flags::parse|crates/core/flags/parse.rs:97: no extra arguments found from configuration file rg: DEBUG|rg::flags::hiargs|crates/core/flags/hiargs.rs:1083: number of paths given to search: 1 rg:...
Related #2859
@claude This is a significant issue with Claude Code. It unnecessarily consumes tokens and causes confusing behavior, as Claude Code fails to identify the error from a simple issue and...
It is still not repaired. ``` > Try this command: echo "A|B" ● Bash(echo "A|B") ⎿ A < /dev/null | B ● The command executed successfully, but the output shows...