mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Heading of an issue created by the issue reporter should be more compact, fixes #43934
This commit is contained in:
@@ -27,15 +27,10 @@ suite('IssueReporter', () => {
|
||||
const issueReporterModel = new IssueReporterModel();
|
||||
assert.equal(issueReporterModel.serialize(),
|
||||
`
|
||||
### Issue Type
|
||||
Feature Request
|
||||
|
||||
### Description
|
||||
Issue Type: Feature Request
|
||||
|
||||
undefined
|
||||
|
||||
### VS Code Info
|
||||
|
||||
VS Code version: undefined
|
||||
OS version: undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user