mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Lets issues of the "don't know" variety be filed from the issue reporter. (#193733)
makes string value not null
This commit is contained in:
@@ -672,7 +672,7 @@ export class IssueReporter extends Disposable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (issueType !== IssueType.FeatureRequest) {
|
if (issueType !== IssueType.FeatureRequest) {
|
||||||
sourceSelect.append(this.makeOption('', localize('unknown', "Don't know"), false));
|
sourceSelect.append(this.makeOption('unknown', localize('unknown', "Don't know"), false));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selected !== -1 && selected < sourceSelect.options.length) {
|
if (selected !== -1 && selected < sourceSelect.options.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user