diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index fc84db9d..87b0aa43 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -7,12 +7,6 @@ typeCheckingMode = "standard" inlayHints.genericTypes = true -[language.debugger] -name = "debugpy" -transport = "stdio" -command = "python3" -args = ["-m", "debugpy.adapter"] - [language-server.harper-ls] command = "harper-ls" args = ["--stdio"]