···115115 "editor.hideCursorInOverviewRuler": true, // hides cursor mark in the overview ruler
116116 "editor.folding": true, // removes the folding feature
117117 "editor.occurrencesHighlight": false, // removes highlights occurrences (still works when you select a word)
118118- "editor.matchBrackets": "never", // removes the highlight of matching brackets (I use Subtle Match Brackets extension for this)
118118+ "editor.matchBrackets": false, // removes the highlight of matching brackets (I use Subtle Match Brackets extension for this)
119119 "editor.glyphMargin": true, // removes the space used mainly for debugging indicators
120120 "explorer.openEditors.visible": 0, // removes the activity bar (the 4 icons at the left of the screen), so now you will have to open the explorer, git, debugger and extension with shortcuts or through the Command Palette
121121 "workbench.editor.showIcons": false, // removes icon from opened files in tabs