We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7efb6e commit 2dbf315Copy full SHA for 2dbf315
src/client/common/application/commands/reportIssueCommand.ts
@@ -121,7 +121,7 @@ export class ReportIssueCommandHandler implements IExtensionSingleActivationServ
121
await this.commandManager.executeCommand('workbench.action.openIssueReporter', {
122
extensionId: 'ms-python.python',
123
issueBody: template,
124
- data: userTemplate.format(
+ extensionData: userTemplate.format(
125
pythonVersion,
126
virtualEnvKind,
127
languageServer,
0 commit comments