vscode: set vscode-insiders package name if is insiders

This commit is contained in:
Thibault Gagnaux 2023-07-05 15:46:09 +02:00
parent 8dd10125a5
commit bfdba5995d
No known key found for this signature in database
GPG Key ID: 44BD0764ACAE8E25

View File

@ -41,7 +41,7 @@ in
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.81.0";
pname = "vscode";
pname = "vscode" + lib.optionalString isInsiders "-insiders";
# This is used for VS Code - Remote SSH test
rev = "6445d93c81ebe42c4cbd7a60712e0b17d9463e97";