Skip to content

Instantly share code, notes, and snippets.

View Hinrikao's full-sized avatar

Henrique Hinrikao

View GitHub Profile
@MinHyeok-lee1
MinHyeok-lee1 / settings.json
Last active October 2, 2025 00:54
settings.json Template
{
// 기본 UI/터미널 세팅
"window.commandCenter": true,
"workbench.colorTheme": "Cursor Dark Midnight",
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.2,
@levisantosp
levisantosp / settings.json
Last active May 10, 2026 21:50
vscode settings
{
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"chat.agent.enabled": false,
"chat.viewSessions.orientation": "stacked",
"dart.closingLabels": false,
"dart.flutterSdkPath": "/home/levi/flutter",
"diffEditor.ignoreTrimWhitespace": false,
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "error",