microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.56k stars 4.51k forks source link

update some extension reporting guidlines #7397

Closed justschen closed 1 week ago

justschen commented 2 weeks ago
justschen commented 2 weeks ago

@ntrogh gotcha! I like these changes, appreciate it! The main reason we wanted extensions authors to be aware of this was so: a) extensions can now attach additonal data from the extension -> issue reporting b) removes many of the "Exension...: Report Issue.." commands from the command palette (like Python: Report Issue or Azure: Report Issue). There was a former limitation where authors had to contribute the command to have access to templates and such, but adding the command directly to the palette will no longer be needed with the updates to the contribution point.

Not sure how we can best convey that?

ntrogh commented 2 weeks ago

@justschen I'll try and work something out.

ntrogh commented 2 weeks ago

@justschen I've made some changes to the section to try and better communicate the value prop. Feel free to update.

justschen commented 1 week ago

@ntrogh it looks good! thanks :D