You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(),// changed url here for demo}});
I find that the command section introduces strange grouping. Is it really needed, could all the fields be top level?
What is the benefit of having it be structured in the current way?
The text was updated successfully, but these errors were encountered:
Testing #203094
Current calling structure is
I find that the
command
section introduces strange grouping. Is it really needed, could all the fields be top level?What is the benefit of having it be structured in the current way?
The text was updated successfully, but these errors were encountered: