Results 108 comments of Jackie Li

@fbricon Here is a grpc example: https://github.com/jackielii/grpc-java-example The problem I see is not that the generated sources are not added in the .classpath, but the grpc files are not generated....

Same thing in https://github.com/iamcco/coc-diagnostic

I'm trying to use this to implement my own "harpoon" like functionality. My use case: I have important files I always want to jump to with a single shortcut without...

I was bitten by this a few days ago. (with `set preview on/off` just by reading the doc). Remember I found about about the `preview/nopreview` situation from someone else's config.

hmm got the same question. @kmarius 's suggestion doesn't really work..

ok so this works: ``` lf -remote "send $id :set preview!; set ratios 1" ``` Although my original config was: ``` lf -remote "send $id :set preview off; set ratios...

> For those still looking for a solution: If you can live with some [trade-offs](https://gist.github.com/posener/73ffd326d88483df6b1cb66e8ed1e0bd) then [gorun](https://github.com/erning/gorun) might be what you're looking for. With `gorun` installed (`go install github.com/erning/gorun@latest`), you...

I think setting ` "prettier.prettierPath": ".yarn/sdks/prettier/index.js",` in `.vim/coc-settings.json` works

I can confirm this doesn't happen on latest HEAD anymore