vscode: remove unused option (#87703)

The option "--skip-getting-started" no longer exists in vscode and causes files in "$@" to not be opened.
Message from stdout: "Warning: 'skip-getting-started' is not in the list of known options, but still passed to Electron/Chromium."
"--skip-getting-started" being removed: https://github.com/microsoft/vscode/commit/6a8b201c8aff79ae04d69038e815500a04f06401

Joe 8da41673 53c48c2a

Changed files
-2
pkgs
applications
editors
vscode
-2
pkgs/applications/editors/vscode/generic.nix
···
mkdir -p $out/lib/vscode $out/bin
cp -r ./* $out/lib/vscode
-
substituteInPlace $out/lib/vscode/bin/${executableName} --replace '"$CLI" "$@"' '"$CLI" "--skip-getting-started" "$@"'
-
ln -s $out/lib/vscode/bin/${executableName} $out/bin
mkdir -p $out/share/applications
···
mkdir -p $out/lib/vscode $out/bin
cp -r ./* $out/lib/vscode
ln -s $out/lib/vscode/bin/${executableName} $out/bin
mkdir -p $out/share/applications