Michael Härtl

Results 134 comments of Michael Härtl

It's probably a definition thing but I would not consider that a directory is part of its ancestors. Problematic code is here: https://github.com/neovim/nvim-lspconfig/blob/0f06f7ba286efd4ae187abd3391f1574580ff929/lua/lspconfig/util.lua#L312-L316 In my understanding lines 314-316 should be...

Yeah, maybe, but even then: if someone talks about "the parent directory of a file" I would probably still expect the parent of the directory that the file is located...

@johnsoncodehk I think your comment was meant to go here: https://github.com/neovim/nvim-lspconfig/pull/1909 ?

Have you set your default language to `hu` with `'language' => 'hu'` in your app configuration?

Also your `languages` array is not correct: The keys are, what should be used in URL, and the values **must** be valid language codes.

What do you mean by "print out 'controller''controller"? Can you also show your configuration?

I can not see how this could effectively be caused by the extension. I mean, you can go through the code: There's no `echo` or `print` anywhere that would output...

Can you reproduce this with a clean install using a fresh copy of Yii and my extension? I don't have this problem. And i also don't think it's a Yii...

You can also try to hunt it down: Just follow the method calls that are involved and add some `die('here');` or something, until the output appears.

Can you give an example use case here to better understand what problem this helps to solve?