Skip to content

Commit 7fd9615

Browse files
committed
Always launch mono with --assembly-loader=strict
1 parent e847ecc commit 7fd9615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/OmniSharp/util.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ function! OmniSharp#util#GetStartCmd(solution_file) abort
188188
endif
189189

190190
if !has('win32') && !s:is_cygwin() && g:OmniSharp_server_use_mono
191+
let command = insert(command, '--assembly-loader=strict')
191192
let command = insert(command, 'mono')
192193
endif
193194

0 commit comments

Comments
 (0)