Merge pull request #132788 from Artturin/vscodeinsidername

vscode: remove default sourceExecutableName
This commit is contained in:
Sandro 2021-08-06 10:47:05 +02:00 committed by GitHub
commit ce0dc854c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ in
version = "1.58.2";
pname = "vscode";
sourceExecutableName = "code";
executableName = "code" + lib.optionalString isInsiders "-insiders";
longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders";
shortName = "Code" + lib.optionalString isInsiders " - Insiders";