remove useless pinned vscode

this was fixed a while ago with
https://github.com/microsoft/vscode-js-debug/pull/2202
This commit is contained in:
sadan 2025-05-25 18:23:56 -04:00
parent 3bca2d74df
commit 7b8b20a853
No known key found for this signature in database
2 changed files with 1 additions and 16 deletions

View file

@ -9,12 +9,6 @@ in
home = {
packages = with pkgs; [
unstable.vscode
# pinned.vscode
# (pinned.vscode.fhsWithPackages (
# pkgs: with pkgs; [
# powershell
# ]
# ))
# codium
zed-editor
];