mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Fix Settings Search Issue title in reporter
This commit is contained in:
@@ -81,6 +81,8 @@ ${this.getInfos()}`;
|
||||
return 'Bug';
|
||||
} else if (this._data.issueType === IssueType.PerformanceIssue) {
|
||||
return 'Performance Issue';
|
||||
} else if (this._data.issueType === IssueType.SettingsSearchIssue) {
|
||||
return 'Settings Search Issue';
|
||||
} else {
|
||||
return 'Feature Request';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user