Skip to content

Instantly share code, notes, and snippets.

View jhonatan-oliveiradev's full-sized avatar
🏠
Working from home

Jhonatan Roberto de Oliveira jhonatan-oliveiradev

🏠
Working from home
View GitHub Profile
@jhonatan-oliveiradev
jhonatan-oliveiradev / settings.json
Last active June 24, 2023 13:56
VS Code Settings
{
"editor.fontFamily": "Victor Mono",
"editor.fontLigatures": true,
"editor.fontWeight": "bold",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"editor.inlineSuggest.enabled": true,