chore(settings): add global cursor ignore list and disable tab-completion in plaintext files only

This commit is contained in:
2025-12-09 21:56:14 +00:00
parent 357325d130
commit 681b27c2fa

View File

@@ -40,11 +40,35 @@
"cursor.agent_layout_browser_beta_setting": true,
"cursor.aipreview.enabled": true,
"cursor.composer.usageSummaryDisplay": "always",
"cursor.cpp.disabledLanguages": [
"plaintext"
],
"cursor.cpp.enablePartialAccepts": true,
"cursor.diffs.useCharacterLevelDiffs": true,
"cursor.enable_agent_window_setting": true,
"cursor.enable_git_worktrees_setting": true,
"cursor.general.enableShadowWorkspace": true,
"cursor.general.globalCursorIgnoreList": [
"**/*.cer",
"**/*.crt",
"**/*.key",
"**/*.p12",
"**/*.pem",
"**/*.pfx",
"**/.ansible/tmp/**",
"**/.cursor/mcp.json",
"**/.env",
"**/.env*",
"**/.ssh/id_*",
"**/credentials.*.json",
"**/credentials.json",
"**/id_dsa",
"**/id_rsa",
"**/secret.json",
"**/secret.yaml",
"**/secrets.json",
"**/secrets.yaml"
],
"cursor.terminal.usePreviewBox": true,
"update.releaseTrack": "prerelease",
//