vscode: don't dump all the commands to a file

This is necessary due to cp -r ./* commands that copy this debug file
main
Ilya Fedin 2 years ago
parent 8213bd8199
commit 188743537d
  1. 1
      pkgs/applications/editors/vscode/generic.nix

@ -72,6 +72,7 @@ let
dontBuild = true;
dontConfigure = true;
noDumpEnvVars = true;
installPhase = ''
runHook preInstall

Loading…
Cancel
Save