mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Heading of an issue created by the issue reporter should be more compact, fixes #43934
This commit is contained in:
@@ -61,15 +61,10 @@ export class IssueReporterModel {
|
||||
|
||||
serialize(): string {
|
||||
return `
|
||||
### Issue Type
|
||||
${this.getIssueTypeTitle()}
|
||||
|
||||
### Description
|
||||
Issue Type: ${this.getIssueTypeTitle()}
|
||||
|
||||
${this._data.issueDescription}
|
||||
|
||||
### VS Code Info
|
||||
|
||||
VS Code version: ${this._data.versionInfo && this._data.versionInfo.vscodeVersion}
|
||||
OS version: ${this._data.versionInfo && this._data.versionInfo.os}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user