-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
We definitely need the ability to set those for multiple languages at once.
Something like:
// Once for all
"[cpp, c]":{
"editor.formatOnSave": true
}
Instead of:
// Once for C++
"[cpp]":{
"editor.formatOnSave": true
},
// And once for C
"[c]":{
"editor.formatOnSave": true
}
smikitky, boyeln, HosseinAgha, mbhargav294, whut and 260 moreperkrlsn, brhx, findawayer, xsoheilalizadeh, Neved4 and 5 morern4n, amiratak88 and enzodiaz25avimehenwal, BenJetson, findawayer, xsoheilalizadeh, mattiamalonni and 5 more
Metadata
Metadata
Assignees
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan