Skip to content

Commit bd3b23a

Browse files
committed
Revert "Signal nightly version in product name"
This reverts commit ca90be2.
1 parent ca90be2 commit bd3b23a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/gitpod/browser/workbench/workbench.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@ async function doStart(): Promise<IDisposable> {
839839
urlCallbackProvider: new PollingURLCallbackProvider(),
840840
credentialsProvider,
841841
productConfiguration: {
842-
nameShort: product.nameShort + (info.ideAlias === 'code-latest' ? ' - Insiders' : (info.ideAlias === 'code-nightly' ? ' - Nightly' : '')),
843-
nameLong: product.nameLong + (info.ideAlias === 'code-latest' ? ' - Insiders' : (info.ideAlias === 'code-nightly' ? ' - Nightly' : '')),
844-
version: product.version + (info.ideAlias === 'code-latest' ? '-insider' : (info.ideAlias === 'code-nightly' ? '-nightly' : '')),
842+
nameShort: product.nameShort + (info.ideAlias === 'code-latest' ? ' - Insiders' : ''),
843+
nameLong: product.nameLong + (info.ideAlias === 'code-latest' ? ' - Insiders' : ''),
844+
version: product.version + (info.ideAlias === 'code-latest' ? '-insider' : ''),
845845
linkProtectionTrustedDomains: [
846846
...(product.linkProtectionTrustedDomains || []),
847847
gitpodDomain

0 commit comments

Comments
 (0)