mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
disable py plugin to make vscode build
This commit is contained in:
parent
b294c61076
commit
bfd6f47411
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue