Testing #138076
Have the following settings.json
"[cpp][c]":{
"editor.lineNumbers": "on"
},
"[cpp][c][markdown]":{
"editor.lineNumbers": "off"
}
Open a c file -> line number are not shown 🐛
I would always expect the more specific identifier to have priority. More specific means less languages specified in it.