mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(nLua): Update to new function
OSV removed the run_this() function, switched to launch()
This commit is contained in:
parent
459a4c3b10
commit
77d8897c52
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return {
|
||||||
adapter.port = c.port
|
adapter.port = c.port
|
||||||
adapter.host = c.host
|
adapter.host = c.host
|
||||||
end
|
end
|
||||||
require("osv").run_this()
|
require("osv").launch({port = adapter.port})
|
||||||
dap.run = dap_run
|
dap.run = dap_run
|
||||||
end
|
end
|
||||||
callback(adapter)
|
callback(adapter)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue