File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/vs/gitpod/browser/workbench Expand file tree Collapse file tree 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> {
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
You can’t perform that action at this time.
0 commit comments