Skip to content

Commit

Permalink
feat(debugpy): link debugpy-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun authored Aug 6, 2022
1 parent efd190d commit cd1af57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason-registry/debugpy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ return Pkg.new {
install = function(ctx)
pip3.install({ "debugpy" }).with_receipt()
ctx:link_bin("debugpy", ctx:write_pyvenv_exec_wrapper("debugpy", "debugpy"))
ctx:link_bin("debugpy-adapter", ctx:write_pyvenv_exec_wrapper("debugpy-adapter", "debugpy.adapter"))
end,
}

0 comments on commit cd1af57

Please sign in to comment.