Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue reporter command enhancements #203080

Merged
merged 4 commits into from Jan 22, 2024

Conversation

justschen
Copy link
Contributor

@justschen justschen commented Jan 22, 2024

adds command with template, data, and uri strings to be accepted from the command.

example:

export function openIssueReporter() {
	vscode.commands.executeCommand('workbench.action.openIssueReporter', {
		extensionId: 'ms-python.python',
		issueTitle: 'title here',
		command: {
			template: templateString,
			data: dataString,
			uri: Uri.parse('https://github.com/microsoft/vscode-copilot-release').toString(),
		}
	});
}

@justschen justschen marked this pull request as ready for review January 22, 2024 23:26
@VSCodeTriageBot VSCodeTriageBot added this to the December / January 2024 milestone Jan 22, 2024
@justschen justschen enabled auto-merge (squash) January 22, 2024 23:31
@justschen justschen merged commit fc57e0e into microsoft:main Jan 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants