Skip to content

Commit 2dbf315

Browse files
committed
fix(reportIssue): duplication of data
1 parent c7efb6e commit 2dbf315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/application/commands/reportIssueCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class ReportIssueCommandHandler implements IExtensionSingleActivationServ
121121
await this.commandManager.executeCommand('workbench.action.openIssueReporter', {
122122
extensionId: 'ms-python.python',
123123
issueBody: template,
124-
data: userTemplate.format(
124+
extensionData: userTemplate.format(
125125
pythonVersion,
126126
virtualEnvKind,
127127
languageServer,

0 commit comments

Comments
 (0)