Adrián González Rus

Results 19 comments of Adrián González Rus

Same issue in windows 7. Trace: Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 207, in on_load callback.on_load(v) File "ctagsplugin in C:...\Sublime Text 3\Installed Packages\CTags.sublime-package", line 196,...

I agree, but should the adapters check it in the `is_test_file` hook or in the `build_spec` one? I'm inclined towards doing it in the latest, but I think it needs...

Hi, @DmitriiTurlychkin If it is hidden, it should be closed. How do you have a modal already hidden but not closed?

Hello @marilari88, Thanks for the suggestion. The problem with this approach is that the `adapter.root` method is always executed given the current `cwd`. This means that if you have a...

Hi @marilari88, thats exactly what I meant. Neotest should decide on the adapter to use based on a file and its context and not on root folder detection. Your suggested...

Hello @sam-super @JoshuaKGoldberg, I have received the following exception randomly since this release. Do you know if it could be related to the change? 🤔 ``` 1) Uncaught error outside...

@JoseConseco This added on top of #28 looks so cool!

Try this: ```vim let g:scrollbar_excluded_filetypes = ['NvimTree'] ```

@etarancon, could you help @SergeAstapov with this? 😄

Hi @SvyatoslavMaslov, Thank you for your change. Currently, this change breaks some parts on our app, so it would be better to make it as a feature instead (change commit...