python debugging (not in helix)
This commit is contained in:
@@ -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" = {
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user