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
Right now, when reporting an extension bug through, e.g., Help - Report Issue, the only info we get is from VS Code itself (platform, VS Code version, extension version, etc.) or from the user.
But for many extensions, it would be useful to also send additional details. For example, language extensions might include the version of the language server to help diagnose the issue.
Right now, when reporting an extension bug through, e.g.,
Help - Report Issue
, the only info we get is from VS Code itself (platform, VS Code version, extension version, etc.) or from the user.But for many extensions, it would be useful to also send additional details. For example, language extensions might include the version of the language server to help diagnose the issue.
So it would be nice to have an API similar to:
Or, really, any other way to add data to an issue.
The text was updated successfully, but these errors were encountered: