Fix includeExtensions checkbox value in issue reporter

This commit is contained in:
Rachel Macfarlane
2019-02-25 15:56:08 -08:00
parent 372a25627c
commit 8b6daa690b
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ ${this.getInfos()}
}
if (this._data.issueType === IssueType.Bug || this._data.issueType === IssueType.PerformanceIssue) {
if (this._data.includeExtensions) {
if (!this._data.fileOnExtension && this._data.includeExtensions) {
info += this.generateExtensionsMd();
}
}