vscode: fix fhsenv version (#360888)

This commit is contained in:
Masum Reza
2024-12-03 09:39:22 +05:30
committed by GitHub
+2 -1
View File
@@ -63,7 +63,8 @@ let
# extension tooling without significant pain.
fhs = { additionalPkgs ? pkgs: [ ] }: buildFHSEnv {
# also determines the name of the wrapped command
name = executableName;
pname = executableName;
inherit version;
# additional libraries which are commonly needed for extensions
targetPkgs = pkgs: (with pkgs; [