enable python vscode plugin

This commit is contained in:
Sean Buckley 2021-10-17 16:16:36 -04:00
parent 2837a9fc65
commit c15d650ff0
2 changed files with 4 additions and 4 deletions

View file

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1633528625,
"narHash": "sha256-AGj5q58eHACAe0RQGxObrGwMUsjMozTsiznhsLCYisQ=",
"lastModified": 1634436779,
"narHash": "sha256-D/nrXTWpe1bPIjFy85sgiLHYqu+AeaC6v5/+KlA9PRg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5e2018f7b383aeca6824a30c0cd1978c9532a46a",
"rev": "9aeeb7574fb784eaf6395f4400705b5f619e6cc3",
"type": "github"
},
"original": {

View file

@ -54,7 +54,7 @@ in
vscodeExtensions = with pkgs.vscode-extensions; [
# package was renamed from "Nix" to "nix" between 21.05 and 21.11
(if (builtins.elem "nix" (builtins.attrNames bbenoist)) then bbenoist.nix else bbenoist.Nix)
# ms-python.python
ms-python.python
ms-vscode.cpptools
ms-azuretools.vscode-docker
];