python debugging (not in helix)
This commit is contained in:
@@ -73,6 +73,12 @@
|
|||||||
file-types = [ "md" "MD" ];
|
file-types = [ "md" "MD" ];
|
||||||
scope = "text.<name>";
|
scope = "text.<name>";
|
||||||
}
|
}
|
||||||
|
# {
|
||||||
|
# name = "python";
|
||||||
|
# transport = "stdio";
|
||||||
|
# command = "python3";
|
||||||
|
# args = ["-m" "debugpy.adapter"];
|
||||||
|
# }
|
||||||
];
|
];
|
||||||
language-server = {
|
language-server = {
|
||||||
"style-check" = {
|
"style-check" = {
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ let
|
|||||||
pipdeptree
|
pipdeptree
|
||||||
requests
|
requests
|
||||||
google google-api-python-client google-auth-httplib2 google-auth-oauthlib
|
google google-api-python-client google-auth-httplib2 google-auth-oauthlib
|
||||||
|
debugpy
|
||||||
|
black
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
lib.mkIf (user != "tv")
|
lib.mkIf (user != "tv")
|
||||||
|
|||||||
@@ -44,6 +44,12 @@
|
|||||||
version = "2.8.0";
|
version = "2.8.0";
|
||||||
sha256 = "sha256-mT2P1lEdW66YkDRN6fi0rmmvvyBfXiJjAUHns8a8ipE=";
|
sha256 = "sha256-mT2P1lEdW66YkDRN6fi0rmmvvyBfXiJjAUHns8a8ipE=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "dancehelix";
|
||||||
|
publisher = "silverquark";
|
||||||
|
version = "0.5.16";
|
||||||
|
sha256 = "sha256-oHwtlbB18ctEnfStDOpJ+2/Kq41JZog8FVhTa1/s7m0=";
|
||||||
|
}
|
||||||
# {
|
# {
|
||||||
# name = "remote-ssh-edit";
|
# name = "remote-ssh-edit";
|
||||||
# publisher = "ms-vscode-remote";
|
# publisher = "ms-vscode-remote";
|
||||||
|
|||||||
Reference in New Issue
Block a user