Skip to content

Commit

Permalink
SLVSCODE-1022 Add action to empty "Locations" view for users to open …
Browse files Browse the repository at this point in the history
…the "Problems" view
  • Loading branch information
jblievremont committed Feb 13, 2025
1 parent d742ca4 commit 0bc7594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"viewsWelcome": [
{
"view": "SonarLint.IssueLocations",
"contents": "No locations to show.\nUse \"Show all locations\" code action from a SonarQube for VS Code issue."
"contents": "No locations to show.\nUse \"Show all locations\" code action from a SonarQube for VS Code issue in the \"Problems\" view.\n[Show Problems](command:workbench.panel.markers.view.focus)"
},
{
"view": "SonarLint.ConnectedMode",
Expand Down

0 comments on commit 0bc7594

Please sign in to comment.