Skip to content

Instantly share code, notes, and snippets.

View faite-push's full-sized avatar

Walison Amorim faite-push

View GitHub Profile
@faite-push
faite-push / settings.json
Created January 31, 2026 15:08
VSCode Settings
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"editor.stickyScroll.enabled": false,
"workbench.tree.enableStickyScroll": false,