This commit is contained in:
Logan Edwards 2026-07-16 08:33:27 -05:00 committed by GitHub
commit 409caff99f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ return {
adapter.port = c.port
adapter.host = c.host
end
require("osv").run_this()
require("osv").launch({port = adapter.port})
dap.run = dap_run
end
callback(adapter)