We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34875f commit 365d4ceCopy full SHA for 365d4ce
autoload/OmniSharp/actions/test.vim
@@ -149,6 +149,7 @@ function! s:run.single.complete(summary) abort
149
else
150
echomsg location.name . ': failed'
151
let title = 'Test failure: ' . location.name
152
+ if get(g:, 'OmniSharp_test_quickfix', 1) == 0 | return | endif
153
let what = {}
154
if len(a:summary.locations) > 1
155
let what.quickfixtextfunc = {info->
@@ -263,6 +264,7 @@ function! s:run.multiple.complete(summary) abort
263
264
endif
265
call s:utils.log.warn(title)
266
267
268
call OmniSharp#locations#SetQuickfix(locations, title)
269
endfunction
270
0 commit comments