DEV Community

Saxode
Saxode

Posted on

3 2

My vscode settings

Hey!

If you are using vscode,
And think that "Holy crap how to make it look better?"
Then this is the best post for you,
{
"explorer.openEditors.visible": 1,
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 13,
"editor.fontWeight": "300",
"editor.letterSpacing": 1.2,
"editor.lineHeight": 22,
"editor.fontLigatures": true,
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"C_Cpp.updateChannel": "Insiders",
"workbench.colorTheme": "Dark hacker theme",
"breadcrumbs.enabled": false,
"customizeUI.font.regular": "JetBrains Mono",
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"workbench.editor.highlightModifiedTabs": true,
"editor.cursorBlinking": "smooth",
"explorer.sortOrder": "type",
}
Hope this helps you!

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more