disable py plugin to make vscode build

This commit is contained in:
Sean Buckley 2021-10-06 01:55:29 -04:00
parent b294c61076
commit bfd6f47411

View file

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