jbyuki / one-small-step-for-vimkind

Debug adapter for Neovim plugins
MIT License
409 stars 11 forks source link

Get error when restart session #32

Closed yyy33 closed 1 year ago

yyy33 commented 1 year ago

Hi, i get error message when i execute dap.restart(), this is my config https://github.com/jbyuki/one-small-step-for-vimkind/issues/31#issue-1659728432

E5113: Error while calling lua chunk: Vim:E475: Invalid argument: Channel id must be a positive integer

stack traceback:
        [C]: in function 'rpcnotify'
        ...packer/start/one-small-step-for-vimkind/lua/osv/init.lua:55: in function 'sendProxyDAP
'
        ...packer/start/one-small-step-for-vimkind/lua/osv/init.lua:166: in function 'f'
        ...packer/start/one-small-step-for-vimkind/lua/osv/init.lua:631: in function '__index'
        t.lua:13: in main chunk
jbyuki commented 1 year ago

Is there a use for restart with osv ? It does not support it currently.