未验证 提交 f526ab87 编写于 作者: A Asher

Remove default home value

Closes #2742.
上级 a5edbcb6
......@@ -106,11 +106,11 @@ export class Vscode {
['enableProposedApi', JSON.stringify(options.args['enable-proposed-api'] || [])]
],
},
homeIndicator: {
href: options.args.home || 'https://github.com/cdr/code-server',
homeIndicator: options.args.home ? {
href: options.args.home,
icon: 'code',
title: localize('home', "Home"),
},
} : undefined,
},
remoteUserDataUri: transformer.transformOutgoing(URI.file(environment.userDataPath)),
productConfiguration: product,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册