Skip to content

Instantly share code, notes, and snippets.

View NedcloarBR's full-sized avatar
👻

Miguel Alexandre Uhlein NedcloarBR

👻
View GitHub Profile
@NedcloarBR
NedcloarBR / settings.json
Created July 8, 2024 17:27
NedcloarBR's VSCode configuration
{
// Window
"window.commandCenter": false,
"window.titleBarStyle": "custom",
// Workbench
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Dracula",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.statusBar.visible": true,