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" = {