Skip to content

Instantly share code, notes, and snippets.

View M4isth3r's full-sized avatar
🎯
Focusing

Yuriy M4isth3r

🎯
Focusing
View GitHub Profile
@M4isth3r
M4isth3r / settings.json
Last active April 11, 2022 11:59
My personal configuration of Visual Studio Code <3
{
/* Telemetry */
"telemetry.telemetryLevel": "off",
"workbench.settings.enableNaturalLanguageSearch": false,
/* MiniMap */
"editor.minimap.scale": 1,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 120,
"editor.minimap.showSlider": "mouseover",
"editor.minimap.side": "right",