Ajout du paramètre organizeImports
parent
215c9a5a99
commit
8adc1ffd8e
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"spellright.language": ["fr"],
|
||||
"spellright.documentTypes": ["yaml"]
|
||||
"spellright.documentTypes": ["yaml"],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue