File tree 1 file changed +3
-3
lines changed
src/vs/gitpod/browser/workbench
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -839,9 +839,9 @@ async function doStart(): Promise<IDisposable> {
839
839
urlCallbackProvider : new PollingURLCallbackProvider ( ) ,
840
840
credentialsProvider,
841
841
productConfiguration : {
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' : '' ) ,
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' : '' ) ) ,
845
845
linkProtectionTrustedDomains : [
846
846
...( product . linkProtectionTrustedDomains || [ ] ) ,
847
847
gitpodDomain
You can’t perform that action at this time.
0 commit comments