Skip to content

Commit aec2068

Browse files
committed
Workaround neovim python interop bug
Fixes #794
1 parent 6302b8d commit aec2068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/OmniSharp/actions/project.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function! OmniSharp#actions#project#DebugProject(stopAtEntry, ...) abort
4242
\ 'request': 'launch',
4343
\ 'program': programPath,
4444
\ 'args': a:args,
45-
\ 'stopAtEntry': a:stopAtEntry ? v:true : v:false
45+
\ 'stopAtEntry#json': a:stopAtEntry ? 'true' : 'false'
4646
\ }
4747
\ }
4848
\})

0 commit comments

Comments
 (0)