Merge pull request #2800 from cdr/no-default-home
This commit is contained in:
commit
29f302128a
@ -106,11 +106,11 @@ export class Vscode {
|
|||||||
['enableProposedApi', JSON.stringify(options.args['enable-proposed-api'] || [])]
|
['enableProposedApi', JSON.stringify(options.args['enable-proposed-api'] || [])]
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
homeIndicator: {
|
homeIndicator: options.args.home ? {
|
||||||
href: options.args.home || 'https://github.com/cdr/code-server',
|
href: options.args.home,
|
||||||
icon: 'code',
|
icon: 'code',
|
||||||
title: localize('home', "Home"),
|
title: localize('home', "Home"),
|
||||||
},
|
} : undefined,
|
||||||
},
|
},
|
||||||
remoteUserDataUri: transformer.transformOutgoing(URI.file(environment.userDataPath)),
|
remoteUserDataUri: transformer.transformOutgoing(URI.file(environment.userDataPath)),
|
||||||
productConfiguration: product,
|
productConfiguration: product,
|
||||||
|
Reference in New Issue
Block a user