python debugging (not in helix)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-07 22:47:20 +02:00
parent 3205ca267b
commit ec0325a8b0
3 changed files with 14 additions and 0 deletions

View File

@@ -73,6 +73,12 @@
file-types = [ "md" "MD" ];
scope = "text.<name>";
}
# {
# name = "python";
# transport = "stdio";
# command = "python3";
# args = ["-m" "debugpy.adapter"];
# }
];
language-server = {
"style-check" = {

View File

@@ -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")

View File

@@ -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";