cfConfig Portal

Cursor Settings

Cursor editor user settings.

settings.json
{
    "leetcode.hint.configWebviewMarkdown": false,
    "leetcode.workspaceFolder": "{{HOME}}/Documents/Leetcode",
    "leetcode.hint.commentDescription": false,
    "editor.fontSize": 13.5,
    "editor.fontLigatures": true,
    "editor.fontWeight": "500",
    "editor.wordWrap": "on",
    "editor.cursorBlinking": "smooth",
    "editor.cursorSmoothCaretAnimation": "on",
    "editor.minimap.enabled": false,
    "git.openRepositoryInParentFolders": "never",
    "security.workspace.trust.untrustedFiles": "open",
    "terminal.integrated.allowChords": false,
    "terminal.integrated.allowMnemonics": true,
    "terminal.integrated.fontFamily": "fira code, Fira Code",
    "terminal.integrated.fontSize": 13,
    "terminal.integrated.fontWeight": "600",
    "python.defaultInterpreterPath": "/opt/homebrew/bin/python3",
    "code-runner.defaultLanguage": "python",
    "code-runner.enableAppInsights": false,
    "code-runner.runInTerminal": true,
    "code-runner.saveFileBeforeRun": true,
    "leetcode.hint.commandShortcut": false,
    "codesnap.shutterAction": "copy",
    "github.copilot.enable": {
        "*": false,
        "plaintext": false,
        "markdown": false,
        "scminput": false
    },
    "leetcode.editor.shortcuts": [
        "submit",
        "test",
        "solution"
    ],
    "redhat.telemetry.enabled": true,
    "workbench.colorCustomizations": {},
    "window.titleBarStyle": "custom",
    "python.createEnvironment.trigger": "off",
    "leetcode.hint.setDefaultLanguage": false,
    "vscord.status.problems.enabled": false,
    "vscord.status.idle.enabled": false,
    "vscord.status.state.text.editing": "Enna da look uh, mudila da poda da",
    "vscord.status.state.text.idle": "Enna da look uh, mudila da poda da",
    "vscord.status.details.text.viewing": "Working on {file_name}{file_extension}",
    "vscord.status.details.text.editing": "Working on {file_name}{file_extension}",
    "vscord.status.details.text.notInFile": "Enna da look uh, mudila da poda da",
    "workbench.colorTheme": "Cursor Dark Midnight",
    "vscode_vibrancy.opacity": -0.2,
    "vscode_vibrancy.refreshInterval": 10,
    "editor.semanticHighlighting.enabled": true,
    "editor.fontFamily": "Fira Code",
    "cursor.cpp.disabledLanguages": [
        "plaintext",
        "markdown",
        "scminput"
    ],
    "git.autofetch": true,
    "window.confirmSaveUntitledWorkspace": false
}