diff options
| author | Xun <58657914+eeeXun@users.noreply.github.com> | 2022-08-06 23:19:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-06 17:19:07 +0200 |
| commit | cd1af57253b3ac3652765e4d0f83b56802ec2a5f (patch) | |
| tree | 393006cfa01a76d8db2f54473cff0d5f827b9bf8 /lua | |
| parent | docs: add :help mason.nvim to README (#259) (diff) | |
| download | mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar.gz mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar.bz2 mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar.lz mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar.xz mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.tar.zst mason-cd1af57253b3ac3652765e4d0f83b56802ec2a5f.zip | |
feat(debugpy): link debugpy-adapter
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-registry/debugpy/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |
