Skip to content

Instantly share code, notes, and snippets.

View matheus-madureira's full-sized avatar
🏠
Trabalhar em casa

Matheus Madureira matheus-madureira

🏠
Trabalhar em casa
View GitHub Profile
@matheus-madureira
matheus-madureira / settings.json
Last active February 7, 2026 23:17
Configuration ( VSCODE )
{
"biome.suggestInstallingGlobally": false,
"breadcrumbs.enabled": false,
"chat.commandCenter.enabled": false,
"code-runner.executorMap": {
"python": "clear ; python -u",
},
"code-runner.runInTerminal": true,
"code-runner.ignoreSelection": true,
"editor.acceptSuggestionOnCommitCharacter": false,