Skip to content

Instantly share code, notes, and snippets.

View dylantientcheu's full-sized avatar
🥑
Guaca

Dylan Tientcheu dylantientcheu

🥑
Guaca
View GitHub Profile
@marciobarrios
marciobarrios / settings.js
Last active March 5, 2023 15:25
Minimal UI for Visual Code
{
"editor.minimap.enabled": false, // removes minimap
"editor.renderWhitespace": "none", // removes whitespace chars
"editor.renderIndentGuides": false, // removes indent guides
"editor.renderLineHighlight": "none", // removes line highlight
"editor.overviewRulerBorder": false, // removes border from overview ruler (located on the right, same position as the scrollbar)
"editor.hideCursorInOverviewRuler": true, // hides cursor mark in the overview ruler
"editor.folding": false, // removes the folding feature
"editor.occurrencesHighlight": false, // removes highlights occurrences (still works when you select a word)
"editor.matchBrackets": false, // removes the highlight of matching brackets (I use Subtle Match Brackets extension for this)
0000
00 00
00 00
00 00
0000
1111
11
11
11