2020-03-26 18:45:15 +00:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"[scss]": {
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"[yml]": {
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
"titleBar.activeBackground": "#20232e",
|
|
|
|
"titleBar.inactiveForeground": "#3cafb3",
|
|
|
|
"titleBar.activeForeground": "#0ac2c9",
|
|
|
|
"titleBar.inactiveBackground": "#20232e"
|
2020-09-23 15:03:45 +00:00
|
|
|
},
|
|
|
|
"eslint.enable": true
|
2020-03-26 18:45:15 +00:00
|
|
|
}
|