Visual, Performance, and Functional Settings
![](https://seckin.xyz/wp-content/uploads/2024/11/vscode001-1024x551.png)
You can find my favorite settings that make my life easier.
settings.json
JSON
{
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true
}
Runtime Arguments
JSON
}
"disable-hardware-acceleration": true
}