13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"titleBar.activeBackground": "#2b32c0",
|
|
"titleBar.activeForeground": "#FEE4ED"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"files.eol": "\n",
|
|
"extensions.ignoreRecommendations": true,
|
|
"files.autoSave": "off",
|
|
"debug.allowBreakpointsEverywhere": true
|
|
}
|