mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 08:03:43 +00:00
Problem: with debug = true, there is not enough diagnostic output to troubleshoot environment or execution issues. The resolved python path, scraper commands, and compile/run shell commands are not logged. Solution: add logger.log calls at key decision points: python env resolution (nix vs uv vs discovery), uv sync stderr output, scraper subprocess commands, and compile/run shell strings. All gated behind the existing debug flag so they only appear when debug = true. |
||
|---|---|---|
| .. | ||
| commands | ||
| pickers | ||
| runner | ||
| ui | ||
| cache.lua | ||
| config.lua | ||
| constants.lua | ||
| health.lua | ||
| helpers.lua | ||
| init.lua | ||
| log.lua | ||
| restore.lua | ||
| scraper.lua | ||
| setup.lua | ||
| state.lua | ||
| utils.lua | ||
| version.lua | ||