Created
August 16, 2024 02:35
-
-
Save hectorddmx/0d906b00c635b9cb685c85945c337709 to your computer and use it in GitHub Desktop.
240815, settings.json for vscode
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
| { | |
| "ruff.nativeServer": "on", | |
| "ruff.lineLength": 88, | |
| "ruff.lint.select": ["C", "E", "F", "W"], | |
| "i18n-Lens.translatorFunctionName": "t", | |
| "i18n-Lens.localeDirectoryPath": "**/locales", | |
| "versionlens.suggestions.showOnStartup": true, | |
| "[dart]": { | |
| "editor.formatOnSave": true, | |
| "editor.formatOnType": true, | |
| "editor.rulers": [80, 120], | |
| "editor.selectionHighlight": false, | |
| "editor.suggest.snippetsPreventQuickSuggestions": false, | |
| "editor.suggestSelection": "first", | |
| "editor.tabCompletion": "onlySnippets", | |
| "editor.wordBasedSuggestions": "off" | |
| }, | |
| "[html-eex]": { | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnType": true, | |
| "editor.formatOnSave": true | |
| }, | |
| "[phoenix-heex]": { | |
| }, | |
| "[php]": { | |
| }, | |
| "[xml]": { | |
| "editor.defaultFormatter": "redhat.vscode-xml" | |
| }, | |
| "C_Cpp.updateChannel": "Insiders", | |
| "codestream.email": "[email protected]", | |
| "dart.flutterSdkPath": "/Users/hdb/Development/flutter", | |
| "editor.accessibilitySupport": "off", | |
| "editor.cursorStyle": "line-thin", | |
| "editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 12, | |
| "editor.fontWeight": "500", | |
| "editor.largeFileOptimizations": false, | |
| "editor.lineHeight": 17, | |
| "editor.minimap.enabled": false, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.overviewRulerBorder": false, | |
| "editor.renderLineHighlight": "all", | |
| "editor.renderWhitespace": "none", | |
| "editor.suggestSelection": "first", | |
| "editor.tabSize": 2, | |
| "editor.tokenColorCustomizations": { | |
| "[Xcode Partial (Dark)]": { | |
| "textMateRules": [ | |
| { | |
| "scope": "source", | |
| "settings": { | |
| "foreground": "#D4D4D4" | |
| } | |
| }, | |
| { | |
| "scope": "comment", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#6C7986" | |
| } | |
| } | |
| ] | |
| }, | |
| "[Xcode Partial (Light)]": { | |
| "textMateRules": [ | |
| { | |
| "scope": "comment", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#536579" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "editor.trimAutoWhitespace": false, | |
| "editor.useTabStops": false, | |
| "files.associations": { | |
| "*.apns": "json", | |
| "*.h": "objective-c" | |
| }, | |
| "files.exclude": { | |
| "**/.classpath": true, | |
| "**/.factorypath": true, | |
| "**/.project": true, | |
| "**/.settings": true | |
| }, | |
| "html.format.enable": false, | |
| "html.format.preserveNewLines": false, | |
| "java.semanticHighlighting.enabled": true, | |
| "javascript.format.enable": false, | |
| "json.format.enable": true, | |
| "python.defaultInterpreterPath": "/Users/hdb/.asdf/shims/python3.10", | |
| "python.jediEnabled": false, | |
| "python.languageServer": "Pylance", | |
| "redhat.telemetry.enabled": false, | |
| "terminal.integrated.env.osx": { | |
| "FIG_NEW_SESSION": "1", | |
| "Q_NEW_SESSION": "1" | |
| }, | |
| "terminal.integrated.fontFamily": "SF Mono", | |
| "terminal.integrated.fontSize": 12, | |
| "terminal.integrated.lineHeight": 1.23, | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "window.nativeTabs": true, | |
| "workbench.colorCustomizations": { | |
| "terminal.ansiBlack": "#151515", | |
| "terminal.ansiBlue": "#6A9FB5", | |
| "terminal.ansiBrightBlack": "#505050", | |
| "terminal.ansiBrightBlue": "#6A9FB5", | |
| "terminal.ansiBrightCyan": "#75B5AA", | |
| "terminal.ansiBrightGreen": "#90A959", | |
| "terminal.ansiBrightMagenta": "#AA759F", | |
| "terminal.ansiBrightRed": "#AC4142", | |
| "terminal.ansiBrightWhite": "#F5F5F5", | |
| "terminal.ansiBrightYellow": "#F4BF75", | |
| "terminal.ansiCyan": "#75B5AA", | |
| "terminal.ansiGreen": "#90A959", | |
| "terminal.ansiMagenta": "#AA759F", | |
| "terminal.ansiRed": "#AC4142", | |
| "terminal.ansiWhite": "#D0D0D0", | |
| "terminal.ansiYellow": "#F4BF75", | |
| "terminal.background": "#151515", | |
| "terminal.foreground": "#D0D0D0", | |
| "terminalCursor.background": "#D0D0D0", | |
| "terminalCursor.foreground": "#D0D0D0", | |
| "[*]": { | |
| "editorBracketHighlight.foreground1": "#D39E17", | |
| "editorBracketHighlight.foreground2": "#A15DEF", | |
| "editorBracketHighlight.foreground3": "#3398DB" | |
| }, | |
| "editor.lineHighlightBackground": "#1073cf2d", | |
| "editor.lineHighlightBorder": "#9fced11f" | |
| }, | |
| "workbench.editor.showIcons": true, | |
| "workbench.editor.tabCloseButton": "left", | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter-notebook" | |
| }, | |
| "[elixir]": { | |
| }, | |
| "workbench.preferredDarkColorTheme": "Abyss", | |
| "editor.bracketPairColorization.enabled": true, | |
| "settings": { | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.DS_Store": true, | |
| "**/node_modules": true, | |
| "**/.venv": true, | |
| "**/venv": true, | |
| "**/env": true, | |
| "**/deps": true | |
| } | |
| }, | |
| "git.autofetch": true, | |
| "editor.guides.indentation": false, | |
| "notebook.formatOnSave.enabled": true, | |
| "notebook.codeActionsOnSave": { | |
| "notebook.source.fixAll": "explicit", | |
| "notebook.source.organizeImports": "explicit" | |
| }, | |
| "[python]": { | |
| "editor.formatOnSave": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll": "explicit", | |
| "source.organizeImports": "explicit" | |
| }, | |
| "editor.defaultFormatter": "charliermarsh.ruff" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnType": true, | |
| "editor.formatOnSave": true | |
| }, | |
| "window.autoDetectHighContrast": false, | |
| "cSpell.enabled": false, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnType": true, | |
| "editor.formatOnSave": true | |
| }, | |
| "colorize.languages": ["javascript", "typescript", "typescriptreact"], | |
| "editor.inlayHints.enabled": "off", | |
| "diffEditor.wordWrap": "off", | |
| "editor.guides.bracketPairs": false, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "application.shellEnvironmentResolutionTimeout": 40, | |
| "workbench.colorTheme": "Bearded Theme Black & Emerald", | |
| "editor.inlineSuggest.enabled": true, | |
| "editor.maxTokenizationLineLength": 2000000, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "dart.openDevTools": "never", | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false, | |
| "html": false | |
| }, | |
| "lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB", | |
| "lldb.launch.expressions": "native", | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.minimap.maxColumn": 200, | |
| "git.openRepositoryInParentFolders": "always", | |
| "dart.debugExternalPackageLibraries": false, | |
| "dart.debugSdkLibraries": false, | |
| "MATLAB.installPath": "/Applications/MATLAB_R2023b.app/", | |
| "[matlab]": { | |
| "editor.defaultFormatter": null | |
| }, | |
| "zenMode.hideLineNumbers": false, | |
| "editor.renderControlCharacters": false, | |
| "workbench.editor.tabActionLocation": "left", | |
| "inlineChat.showGutterIcon": "mouseover", | |
| "window.zoomLevel": 3, | |
| "editor.multiCursorLimit": 100000, | |
| "diffEditor.renderSideBySide": false, | |
| "workbench.iconTheme": "bearded-icons", | |
| "debug.onTaskErrors": "showErrors", | |
| "editor.unicodeHighlight.invisibleCharacters": false, | |
| "typescript.format.enable": false, | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| "explorer.fileNesting.patterns": { | |
| "*.ts": "${capture}.js", | |
| "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", | |
| "*.jsx": "${capture}.js", | |
| "*.tsx": "${capture}.ts", | |
| "tsconfig.json": "tsconfig.*.json", | |
| "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb", | |
| "pubspec.yaml": "pubspec.lock,pubspec_overrides.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies,.metadata", | |
| "*.dart": "${capture}.g.dart", | |
| "Cargo.toml": "Cargo.lock", | |
| "*.sqlite": "${capture}.${extname}-*", | |
| "*.db": "${capture}.${extname}-*", | |
| "*.sqlite3": "${capture}.${extname}-*", | |
| "*.db3": "${capture}.${extname}-*", | |
| "*.sdb": "${capture}.${extname}-*", | |
| "*.s3db": "${capture}.${extname}-*" | |
| }, | |
| "python.analysis.autoIndent": false, | |
| "[yaml]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[toml]": { | |
| "editor.defaultFormatter": "bodil.prettier-toml" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment