From ec0325a8b0ad8aca0a03ac36051c345ca05304bf Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 7 Jul 2024 22:47:20 +0200 Subject: [PATCH] python debugging (not in helix) --- home-modules/helix.nix | 6 ++++++ home-modules/programming/python.nix | 2 ++ home-modules/vscode.nix | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index b07bd0b..9d8e8f6 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -73,6 +73,12 @@ file-types = [ "md" "MD" ]; scope = "text."; } + # { + # name = "python"; + # transport = "stdio"; + # command = "python3"; + # args = ["-m" "debugpy.adapter"]; + # } ]; language-server = { "style-check" = { diff --git a/home-modules/programming/python.nix b/home-modules/programming/python.nix index d81ad89..871e903 100755 --- a/home-modules/programming/python.nix +++ b/home-modules/programming/python.nix @@ -5,6 +5,8 @@ let pipdeptree requests google google-api-python-client google-auth-httplib2 google-auth-oauthlib + debugpy + black ]); in lib.mkIf (user != "tv") diff --git a/home-modules/vscode.nix b/home-modules/vscode.nix index 80e2c8a..b38d123 100755 --- a/home-modules/vscode.nix +++ b/home-modules/vscode.nix @@ -44,6 +44,12 @@ version = "2.8.0"; sha256 = "sha256-mT2P1lEdW66YkDRN6fi0rmmvvyBfXiJjAUHns8a8ipE="; } + { + name = "dancehelix"; + publisher = "silverquark"; + version = "0.5.16"; + sha256 = "sha256-oHwtlbB18ctEnfStDOpJ+2/Kq41JZog8FVhTa1/s7m0="; + } # { # name = "remote-ssh-edit"; # publisher = "ms-vscode-remote";