Skip to content

Instantly share code, notes, and snippets.

View Luscazi's full-sized avatar
🌐

Lucas Martins Luscazi

🌐
View GitHub Profile
@Luscazi
Luscazi / settings.json
Last active February 28, 2024 23:14
VSCode ~ Settings
{
// Security
"security.workspace.trust.untrustedFiles": "newWindow",
// Window
"window.commandCenter": false,
// Explorer
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"explorer.fileNesting.enabled": true,