提交 e00c666f 编写于 作者: D Daniel Imms 提交者: GitHub

Use %0A for new lines

上级 5f936580
......@@ -655,7 +655,9 @@ export class VSCodeMenu {
if (this.envService.product.commit || this.envService.product.date) {
version += ` (${this.envService.product.commit || 'Unknown'}, ${this.envService.product.date || 'Unknown'})`;
}
return `${this.envService.product.reportIssueUrl}?body=VSCode Version: ${version}, OS Version: ${os.type()} ${os.arch()}`;
return `${this.envService.product.reportIssueUrl}?body=- VSCode Version: ${version}%0A` +
`- OS Version: ${os.type()} ${os.arch()}%0A%0A` +
'Steps to Reproduce:%0A%0A1.%0A2.';
}
private setHelpMenu(helpMenu: Electron.Menu): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册