Skip to content

Instantly share code, notes, and snippets.

View GabriellArthur's full-sized avatar

Gabriel Fiusa GabriellArthur

View GitHub Profile
@GabriellArthur
GabriellArthur / settings.json
Last active May 15, 2024 12:57 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"editor.suggestSelection": "first",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"extensions.autoUpdate": true,