Sergei Dyshel
Sergei Dyshel
@milkpirate Not to defend author's position on this issue, but just curios - where does requirement of `ProxyJump` come from? I'm not expert in OpenSSH implementation but I was always...
But what `ProxyJump` gives you that `assh` can't do?
Answering my own questions: - Parsing of parent (ssh) cmdline is done in `LogLevelFromParentSSHProcess()`. - It only detects `v, vv, vvv` so one can use `-o LogLevel=DEBUG` to "trick" assh....
> In my experience, ccls is significantly more performant than clangd (tried v13 last) with respect to indexing speed, and that by itself is the greatest reason to prefer it...
I'm by no means an C++ expert, but ranges library is just an addition to standard library C++, there should be no specific support in clangd/ccls for it, it all...
I see. Are there any architectural limitations of vscode or cquery that prevent adding of such option? Will you accept PR? BTW, I've played a bit with blacklist options and...
What's the status of this PR? I see that it breaks bash support but is it ready to use for zsh-only completion? I've tried using bash completions scripts with `bashcompinit`...
seems to be solved by https://github.com/sergei-dyshel/git-cola/commit/26077998ee369a0295bfbdf596923a2860175a32
Please don't reply "same" so to not trigger useless notification for all participants, just react with 👍 emoji
FYI, posted some very complex solution to this problem in https://github.com/codota/tabnine-vscode/issues/70