mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 12:26:35 +00:00
Make sure debugpy and dlv are correctly installed by helper
This commit is contained in:
parent
974ad2e128
commit
d586021831
@ -197,7 +197,9 @@ def install_fixers(langs: set[Language]):
|
|||||||
|
|
||||||
def install_debuggers(langs):
|
def install_debuggers(langs):
|
||||||
if Language.PYTHON in langs:
|
if Language.PYTHON in langs:
|
||||||
maybe_pip_install("debugpy", library=True)
|
maybe_pip_install("debugpy")
|
||||||
|
if Language.GO in langs:
|
||||||
|
maybe_run("go", "install", "github.com/go-delve/delve/cmd/dlv@latest")
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user