Rafael Santos Blog

A collection of tech articles I have been writting over the years for my own future reference.


Project maintained by rafacandev Hosted on GitHub Pages — Theme by mattgraham

Meu Visual Studio Code Config

{
    "editor.minimap.enabled": false,
    "workbench.startupEditor": "none",
    "editor.stickyScroll.enabled": false,
    "chat.commandCenter.enabled": false,
    "window.commandCenter": false,
    "files.autoSave": "onFocusChange",
}