Skip to content

Instantly share code, notes, and snippets.

View AlexNbl27's full-sized avatar
🎯
Focusing

Alexandre Noblet AlexNbl27

🎯
Focusing
View GitHub Profile
@AlexNbl27
AlexNbl27 / VSCoptimize
Last active January 29, 2024 10:45
Good configuration for VSCode
{"name":"Best VSCode","settings":"{\"settings\":\"{\\r\\n \\\"workbench.colorTheme\\\": \\\"Dracula\\\",\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"files.autoSave\\\": \\\"onFocusChange\\\",\\r\\n \\\"vim.startInInsertMode\\\": true,\\r\\n \\\"vim.cursorStylePerMode.normal\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.replace\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.insert\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.visual\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.visualblock\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.visualline\\\": \\\"line\\\",\\r\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\r\\n \\\"vscode-edge-devtools.webhintInstallNotification\\\": true,\\r\\n \\\"[css]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"[javascript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"[ht