nixpkgs/pkgs/applications/editors/vscode
Artturin 2afc244307 vscode: fix using the fhs with overrideAttrs
fixes
```nix
((pkgs.vscode.override { isInsiders = true; }).overrideAttrs (previousAttrs: {
  version = "latest";
  src = (pkgs.fetchurl {
    name = "VSCODE_insiders.tar.gz";
    url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
    sha256 = "sha256-XcDSCuEMnTq2D75X9sNmGkD+CfPoLRJki9cSDDOeUtc=";
  });
})).fhs
```

NOTE: sha256 isn't stable
2023-10-08 02:44:43 +03:00
..
extensions vscode-extensions.charliermarsh.ruff: 2023.38.0 → 2023.40.0 2023-10-03 11:10:44 +02:00
generic.nix vscode: fix using the fhs with overrideAttrs 2023-10-08 02:44:43 +03:00
update-shell.nix
update-vscode.sh vscode: move rev and vscodeServer to derivation 2023-06-09 18:52:10 +10:00
update-vscodium.sh vscodium: 1.78.2.23132 -> 1.79.2.23166, readd armhf 2023-06-16 23:09:01 +08:00
vscode.nix vscode: 1.82.2 -> 1.83.0 2023-10-06 00:28:03 +00:00
vscodium.nix vscodium: 1.82.1.23255 -> 1.82.2.23257 2023-09-21 20:44:28 +08:00
with-extensions.nix vscode: Fix icon name 2023-07-31 12:23:55 +08:00