-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Add display name to diagnostics reported from extensions #155831
Comments
This is coming from the model |
If you mean it is coming from an extension passing a bad model back to VSCode, then yes I agree that is probably the root cause: but it's difficult to tell which extension it is. Could a If a problem is matched, but no be possible to help these issues? (I suspect this may have been done to the Bash IDE extension, but I have definitely seen it with the Shellcheck extension (luckily, that report had an |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
/duplicate of #141987 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
Could either the "owner"/"source" in "Problems View" have the extension name or product name appended to a "Problems View report" such as:
[VSCode Code] _generated_diagnostic_collection_name_#3"
or
[Ext:ProblematicExtension] _generated_diagnostic_collection_name_#3"
so it is much clearer as to where the problem came from so mis-reports/bugs in the appropriate extensions etc can be reported to the appropriate maintainer.
Being able to right-click on the problem report to "Open/Go to Extension" would be very nice as well.
Reason for requesting
In the "Problems" view the output is:
[{ "resource": "/myresource", "owner": "_generated_diagnostic_collection_name_#3", "severity": 4, "message": "Syntax error: expected \"word\" somewhere in the file", "startLineNumber": 74, "startColumn": 51, "endLineNumber": 74, "endColumn": 51 }]
So I know
"_generated_diagnostic_collection_name_#3"
was the source/owner of this problem report - but "who" are they? Which extension was it (or was it VS Code its self?) that generated this problem report? It is very unclear.Platform:
Version: 1.69.2 (user setup)
Commit: 3b889b0
Date: 2022-07-18T16:12:52.460Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.19044
The text was updated successfully, but these errors were encountered: