From cd1af57253b3ac3652765e4d0f83b56802ec2a5f Mon Sep 17 00:00:00 2001 From: Xun <58657914+eeeXun@users.noreply.github.com> Date: Sat, 6 Aug 2022 23:19:07 +0800 Subject: feat(debugpy): link debugpy-adapter --- lua/mason-registry/debugpy/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/mason-registry/debugpy/init.lua') diff --git a/lua/mason-registry/debugpy/init.lua b/lua/mason-registry/debugpy/init.lua index 38f46911..51587a8a 100644 --- a/lua/mason-registry/debugpy/init.lua +++ b/lua/mason-registry/debugpy/init.lua @@ -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, } -- cgit v1.2.3-70-g09d2