OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

Update DebugProject and CreateDebugConfig to respect success flag #825

Closed jpfeiffer16 closed 1 year ago

jpfeiffer16 commented 1 year ago

Hi @nickspoons ! While messing around with some of the debug stuff I noticed that you recently added a success arg to the callbacks in actions/project.vim. I changed the Debug functions to use this new success arg since they are currently failing.

Hope you are doing well!

jpfeiffer16 commented 1 year ago

@microsoft-github-policy-service agree

nickspoons commented 1 year ago

That CLA thing is new...

nickspoons commented 1 year ago

Thanks @jpfeiffer16!

jpfeiffer16 commented 1 year ago

You are welcome. Thank you @nickspoons!