settings.json
{ "editor.fontFamily": "'Fira Code', Consolas, monospace", "editor.fontLigatures": true, "editor.fontWeight": "normal", "editor.fontSize": 18, "editor.lineHeight": 26, "editor.wordWrap": "on", "editor.cursorBlinking": "smooth", "editor.cursorStyle": "underline", "editor.cursorWidth": 5, "editor.cursorSmoothCaretAnimation": "off", "editor.smoothScrolling": false, "editor.mouseWheelSmoothScroll": false, "workbench.reduceMotion": "on", "editor.scrollBeyondLastLine": false, "editor.scrollBeyondLastColumn": false, "editor.fastScrollSensitivity": 20, "editor.allowVariableLineHeights": false, "files.autoSave": "onFocusChange", "explorer.confirmDelet...