{
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "Gruvbox Dark Hard",
    "editor.fontFamily": "'MonaspiceKr Nerd Font', 'JetBrainsMono Nerd Font', monospace",
    "editor.minimap.enabled": false,
    "editor.stickyScroll.enabled": false,
    "editor.quickSuggestions": {
        "strings": "on"
    },
    "editor.formatOnSave": true,
    "editor.inlayHints.enabled": "off",
    "editor.cursorSmoothCaretAnimation": "on",
    "files.autoSave": "onFocusChange",
    "files.insertFinalNewline": true,
    "chat.disableAIFeatures": true
}
