Updating marker to disable Quick Fix option if 'Configure problem severity' is the only available options #1615
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit fixes the Quick fix option when 'Configure problem severity' is the only available options for the selected problem in the problems tab.
It in turns greys out the Quick fix option when there is no fix attached to the respective problem. This will into misleads developers into thinking that a quick fix is available for the problem when there is no available fix
![image](https://private-user-images.githubusercontent.com/47716641/412791716-5d547c13-0d7d-44a7-95a8-67c53bf19041.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzMxNTYsIm5iZiI6MTczOTU3Mjg1NiwicGF0aCI6Ii80NzcxNjY0MS80MTI3OTE3MTYtNWQ1NDdjMTMtMGQ3ZC00NGE3LTk1YTgtNjdjNTNiZjE5MDQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyNDA1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3Y2VlMjcxMGI2MGFiMzczMzY4MjRkNjlhMGRiYjIyNGMxYzA5ZTE4ODZkYzFmMDM4NzRmMjBlZWVjZGI3NGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QTYn8XN4bBIjQjq0yWc9MnoUkrULv2fWPDJLFmMn6qU)
Previously, it was showing a pop-up saying 'No quick fixes available.'
Attaching the screenshot of the fix
Fixes: #1614