Why are there no highlights? - visual-studio-code

enter image description hereThe code in the red box of the picture is not highlighted

Related

How to remove that gray background

This happens everytime with my VSCode, can anyone help me get rid of that gray background color in the className
enter image description here

How to add shadow or border on donut chart using Chartist

I am using a Chartist chart for showing data. I want to add a shadow on the selected slice of the chart on hover or mouse enter event. Attache below screenshot for the output
enter image description here
Attache below screenshot for the output
enter image description here

Ionic-Angular: How to remove white space after last slide in Ionic

I did this code below but it didn't work
enter image description here

Tom-select - options are not showing

I tried to change the z-index but the problem remains.
enter image description here
enter image description here

Show warning icon on the azure devops work item field

We are developing an azure devops custom extension for boards, where we need to make some field as required based on some condition. We can display an error message and disable the save button, but how to show red color icon on that field??
According to your description, you needs to show red color icon on your custom field.
You could assign red color to a tag which can display an error message or just be a red color icon as the linked capture shows:
Assign a color to a tag
The following steps are:
1.Before setting tag colors, add tags to work items that you want to highlight with color that circled in red in the linked capture.
add tags to work items
2.From the Settings dialog, choose Tag colors and then choose the "+" plus icon to add a tag color. Then, name the tag as "!" and select the red color.
3.When done with your changes, choose Save.
Then you could show red color icon on your custom field.