Last active
August 16, 2025 14:14
-
-
Save GalCohen/b99892a84ee3bce4f8b083021f464011 to your computer and use it in GitHub Desktop.
VS Code / Cursor settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "ctrl+cmd+r", | |
"command": "sweetpad.build.launch" | |
}, | |
{ | |
"key": "ctrl+cmd+b", | |
"command": "sweetpad.build.build" | |
}, | |
{ | |
"key": "cmd+i", | |
"command": "composerMode.agent" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB", | |
"lldb.launch.expressions": "native", | |
// Git | |
"git.openRepositoryInParentFolders": "always", | |
"git.ignoreLimitWarning": true, | |
"git.autofetch": true, | |
"git.enableSmartCommit": true, | |
"git.autoRepositoryDetection": true, | |
"git.confirmSync": false, | |
// Security | |
"security.promptForLocalFileProtocolHandling": false, | |
"security.workspace.trust.enabled": true, | |
// Editor | |
"editor.bracketPairColorization.enabled": true, | |
"editor.guides.bracketPairs": true, | |
"editor.wordWrap": "on", | |
"editor.suggestSelection": "first", | |
"editor.linkedEditing": true, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.tabSize": 4, | |
"editor.insertSpaces": true, | |
"editor.detectIndentation": true, | |
"editor.inlineSuggest.enabled": true, | |
"editor.snippetSuggestions": "top", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit", | |
"source.organizeImports": "explicit" | |
}, | |
"editor.cursorStyle": "line", | |
"editor.cursorBlinking": "smooth", | |
"editor.semanticHighlighting.enabled": true, | |
"editor.inlayHints.enabled": "on", | |
"editor.inlineSuggest.suppressSuggestions": true, | |
"editor.minimap.autohide": "mouseover", | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.scale": 1, | |
// Diff Editor | |
"diffEditor.diffAlgorithm": "advanced", | |
"diffEditor.experimental.showMoves": true, | |
"diffEditor.hideUnchangedRegions.enabled": true, | |
// File | |
"files.trimTrailingWhitespace": false, | |
"files.insertFinalNewline": false, | |
"files.trimFinalNewlines": false, | |
"files.autoSave": "onFocusChange", | |
"files.associations": { | |
"*.swift": "swift", | |
"*.h": "objective-c", | |
"*.m": "objective-c" | |
}, | |
"files.watcherExclude": { | |
"**/node_modules/**": true, | |
"**/bower_components/**": true, | |
"**/dist/**": true, | |
"**/build/**": true, | |
"**/.build/**": true | |
}, | |
// Terminal settings | |
"terminal.integrated.defaultProfile.osx": "zsh", | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.enableMultiLinePasteWarning": "never", | |
"terminal.integrated.persistentSessionReviveProcess": "never", | |
"terminal.integrated.gpuAcceleration": "on", | |
"terminal.integrated.fontFamily": "Fira Code", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "block", | |
"terminal.integrated.cursorStyleInactive": "outline", | |
"terminal.integrated.fontLigatures.enabled": true, | |
"terminal.integrated.suggest.cdPath": "relative", | |
"terminal.integrated.suggest.enabled": true, | |
// Extensions | |
"extensions.ignoreRecommendations": false, | |
// Debug | |
"debug.onTaskErrors": "showErrors", | |
"debug.javascript.autoAttachFilter": "smart", | |
"debug.toolBarLocation": "docked", | |
// Workbench | |
"workbench.colorTheme": "Solarized Dark", | |
"workbench.colorCustomizations": { | |
"editorBracketPairGuide.activeBackground1": "#8084c8" | |
}, | |
// TypeScript/JavaScript specific | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"typescript.suggest.autoImports": true, | |
"typescript.inlayHints.functionLikeReturnTypes.enabled": true, | |
"typescript.inlayHints.parameterTypes.enabled": true, | |
"typescript.inlayHints.parameterNames.enabled": "all", | |
"typescript.preferences.preferTypeOnlyAutoImports": true, | |
"typescript.updateImportsOnPaste.enabled": false, | |
// JavaScript specific | |
"javascript.inlayHints.functionLikeReturnTypes.enabled": true, | |
"javascript.inlayHints.parameterTypes.enabled": true, | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"javascript.inlayHints.parameterNames.enabled": "all", | |
// Search and explorer | |
"search.exclude": { | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/dist": true, | |
"**/build": true, | |
"**/.build": true, | |
"**/Pods": true, | |
"**/DerivedData": true, | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true | |
}, | |
"problems.decorations.enabled": true, | |
// Explorer | |
"explorer.decorations.colors": true, | |
"explorer.decorations.badges": true, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.fileNesting.enabled": true, | |
// security | |
"security.workspace.trust.untrustedFiles": "open", | |
// Hex Editor | |
"hexeditor.columnWidth": 16, | |
"hexeditor.showDecodedText": true, | |
"hexeditor.defaultEndianness": "little", | |
"hexeditor.inspectorType": "aside", | |
// Cursor | |
"cursor.composer.shouldChimeAfterChatFinishes": true, | |
"github.copilot.nextEditSuggestions.enabled": true, | |
// Language-specific Settings | |
"[swift]": { | |
"editor.defaultFormatter": "sweetpad.sweetpad", | |
"editor.inlayHints.enabled": "offUnlessPressed" | |
}, | |
"[javascript]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.defaultFormatter": "vscode.typescript-language-features", | |
}, | |
"[typescript]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.defaultFormatter": "vscode.typescript-language-features", | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment