Alexander Dimitrov

Results 3 comments of Alexander Dimitrov

In my case it was misconfigured `rbenv` - it wasn't initialized for non-interactive bash login sessions. The plugin tries to start solargraph using `bash -l -c` and it was failing...

@kidonchu, [execsnoop](https://github.com/iovisor/bcc/blob/master/tools/execsnoop.py) tool from [bcc utils](https://github.com/iovisor/bcc) shows all executed commands in the system. Btw there are other useful debugging tools in this repository.

Hello, I had a similar issue and using `strace` and `execsnoop`(from bcc) I noticed that: 1. I didn't have a config file in `~/.config/distant/config.toml` and according to documentation I generated...