aleksey
07/26/2022, 12:39 AMjson
"settings.cycle": [
{
"id": "zenModeExtras",
"overrideWorkspaceSettings": true,
"values": [
{
"editor.folding": false,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderLineHighlight": "none",
"scm.diffDecorations": "none",
"cSpell.enabled": false,
"markdownlint.ignore": ["*.md"],
"focus.highlightRange": "line",
"editor.occurrencesHighlight": false,
"workbench.colorTheme": "Quiet Light",
},
{
"editor.folding": true,
"editor.minimap.enabled": true,
"editor.renderWhitespace": "boundary",
"editor.renderLineHighlight": "all",
"scm.diffDecorations": "all",
"cSpell.enabled": true,
"markdownlint.ignore": [],
"focus.highlightRange": "none",
"editor.occurrencesHighlight": true,
"workbench.colorTheme": "Solarized Dark"
}
]
}
]