Open codemedic opened 7 years ago
Most likely it is down to the way the command is invoked; is it inside a pristine shell/env?
That's exactly right. You can disable this functionality using --preserve-environment
. The reason it's turned on by default is to avoid any variables that might set the compiler from overriding the fake toolchain.
When invoking
:YcmGenerateConfig
, if there are any git submodules that are setup with ssh based access, it doesn't seem to be able to access thessh-agent
.Most likely it is down to the way the command is invoked; is it inside a pristine shell/env?