added nix-ide extension to vscode

This commit is contained in:
Kristian Krsnik 2023-08-02 16:32:31 +02:00
parent 813fc04319
commit 563b00cc35

View File

@ -13,5 +13,6 @@
];
extensions = with pkgs.vscode-extensions; [
ms-python.python
jnoortheen.nix-ide
];
}