Skip to content

Instantly share code, notes, and snippets.

View tutods's full-sized avatar

Daniel Sousa tutods

View GitHub Profile
{
// Remove command center
"window.commandCenter": false,
// Workbench
"workbench.settings.editor": "json",
"workbench.editor.labelFormat": "short",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.empty.hint": "hidden", // TODO: check
// "workbench.activityBar.location": "hidden", - I prefer to use the icons on bottom
"workbench.statusBar.visible": false,
@tutods
tutods / settings.json
Created January 27, 2024 13:02
VSCode Settings - Backup 27.01.24
{
// "window.nativeTabs": true,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [