settings.json
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.color": "#90a4ae",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"editor.insertSpaces": true,
"editor.fontFamily": "'Fira Code', monospace",
"editor.fontLigatures": true,
"[javascript]": {
"editor.formatOnSave": true
},
"files.autoSave": "onWindowChange",
"colorize.ignore_search_variables_info": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "on",
"liveServer.settings.donotShowInfoMsg": true,
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"shell.terminal.integrated.shell.osx": "zsh",
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
// "editor.renderWhitespace": "all",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
}
Instale conforme as instruções do link acima.