Created
January 16, 2023 14:51
-
-
Save radiosilence/e51b7c8318d31e93a9a3179ea72167bb to your computer and use it in GitHub Desktop.
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
| { | |
| "workbench.iconTheme": "Monokai Pro Icons", | |
| "editor.fontFamily": "Hack JBM Ligatured", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 14, | |
| "editor.formatOnType": true, | |
| "editor.tabCompletion": "on", | |
| "emmet.triggerExpansionOnTab": false, | |
| "typescript.validate.enable": true, // => | |
| "javascript.validate.enable": true, | |
| "editor.rulers": [88, 120], | |
| "editor.quickSuggestionsDelay": 0, | |
| "editor.quickSuggestions": { | |
| "strings": true // forces VS Code to trigger completions when editing "string" content | |
| }, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.renderWhitespace": "boundary", | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx" | |
| }, | |
| "workbench.editor.tabCloseButton": "left", | |
| "git.confirmSync": false, | |
| "editor.wordWrap": "on", | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| "**/dist": true, | |
| "**/object": true | |
| }, | |
| "files.associations": { | |
| "**/concourse.yml": "concourse-pipeline-yaml" | |
| }, | |
| "git.autofetch": true, | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.suggestSelection": "first", | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[xml]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.fontAliasing": "auto", | |
| "editor.codeActionsOnSave": { | |
| "source.organizeImports": true, | |
| "source.fixAll": true | |
| }, | |
| "files.exclude": { | |
| "**/.classpath": true, | |
| "**/.project": true, | |
| "**/.settings": true, | |
| "**/.factorypath": true | |
| }, | |
| "C_Cpp.updateChannel": "Insiders", | |
| "c-cpp-flylint.flexelint.enable": false, | |
| "[c]": { | |
| "editor.defaultFormatter": "xaver.clang-format" | |
| }, | |
| "[shellscript]": { | |
| "files.eol": "\n" | |
| }, | |
| "keyboard.touchbar.ignored": [ | |
| "play", | |
| "workbench.action.debug.start", | |
| "workbench.action.debug.run", | |
| "workbench.action.navigateBack", | |
| "workbench.action.navigateForward" | |
| ], | |
| "touchBar.showActiveFileInExplorer": true, | |
| "touchBar.organizeImports": true, | |
| "touchBar.copyLinesDownAction": false, | |
| "touchBar.showActivityBar": false, | |
| "touchBar.themeToggle": false, | |
| "typescript.enablePromptUseWorkspaceTsdk": true, | |
| "typescript.tsdk": "node_modules/typescript/lib", | |
| "typescript.format.enable": true, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "rust-analyzer.cargo.allFeatures": true, | |
| "rust-analyzer.updates.channel": "nightly", | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.colorTheme": "Monokai Pro", | |
| "window.titleBarStyle": "native", | |
| "python.linting.pylintArgs": [ | |
| "--extension-pkg-whitelist=lxml,pygame", | |
| "--generate-members" | |
| ], | |
| "aws.onDefaultRegionMissing": "add", | |
| "editor.minimap.enabled": false, | |
| "python.languageServer": "Pylance", | |
| "python.analysis.typeCheckingMode": "strict", | |
| "python.autoComplete.addBrackets": true, | |
| "python.analysis.completeFunctionParens": true, | |
| "python.formatting.provider": "black", | |
| "editor.suggest.showStatusBar": true, | |
| "rust-analyzer.updates.askBeforeDownload": false, | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter-notebook" | |
| }, | |
| "git.allowForcePush": true, | |
| "git.allowNoVerifyCommit": true, | |
| "terminal.integrated.showExitAlert": false, | |
| "editor.semanticHighlighting.enabled": true, | |
| "Lua.telemetry.enable": true, | |
| "emmet.excludeLanguages": ["typescriptreact"], | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "redhat.telemetry.enabled": false, | |
| "tailwindCSS.experimental.classRegex": [ | |
| "tw`([^`]*)", // tw`...` | |
| "tw\\..+`([^`]*)", // tw.xxx<xxx>`...` | |
| "tw\\(.*?\\).*?`([^`]*)" // tw(Component)<xxx>`...` | |
| ], | |
| "tailwindCSS.includeLanguages": { | |
| "astro": "javascript", | |
| "typescript": "javascript", | |
| "typescriptreact": "javascript" | |
| }, | |
| "terminal.integrated.defaultProfile.osx": "zsh", | |
| "terminal.external.osxExec": "Alacritty.app", | |
| "terminal.integrated.defaultProfile.linux": "zsh", | |
| "terminal.integrated.fontFamily": "Hack Nerd Font JBM Ligatured CCG", | |
| "terminal.integrated.automationShell.osx": "zsh", | |
| "editor.inlineSuggest.enabled": true, | |
| "todo-tree.general.tags": [ | |
| "BUG", | |
| "HACK", | |
| "FIXME", | |
| "TODO", | |
| "XXX", | |
| "[ ]", | |
| "[x]" | |
| ], | |
| "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)", | |
| "yaml.schemas": { | |
| "file:///Users/jc/.vscode/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" | |
| }, | |
| "yaml.customTags": [ | |
| "!And", | |
| "!And sequence", | |
| "!If", | |
| "!If sequence", | |
| "!Not", | |
| "!Not sequence", | |
| "!Equals", | |
| "!Equals sequence", | |
| "!Or", | |
| "!Or sequence", | |
| "!FindInMap", | |
| "!FindInMap sequence", | |
| "!Base64", | |
| "!Join", | |
| "!Join sequence", | |
| "!Cidr", | |
| "!Ref", | |
| "!Sub", | |
| "!Sub sequence", | |
| "!GetAtt", | |
| "!GetAZs", | |
| "!ImportValue", | |
| "!ImportValue sequence", | |
| "!Select", | |
| "!Select sequence", | |
| "!Split", | |
| "!Split sequence" | |
| ], | |
| "javascript.preferences.importModuleSpecifier": "non-relative", | |
| "typescript.preferences.importModuleSpecifier": "project-relative", | |
| "git.ignoreMissingGitWarning": true, | |
| "astro.plugin.typescript.diagnostics.enable": false, | |
| "editor.bracketPairColorization.enabled": true, | |
| "json.schemas": [], | |
| "[dockerfile]": { | |
| "editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
| }, | |
| "editor.guides.bracketPairs": "active", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "yaml": true, | |
| "plaintext": false, | |
| "markdown": false, | |
| "typescript": true, | |
| "go": true, | |
| "nginx": false | |
| }, | |
| "tabnine.experimentalAutoImports": true, | |
| "editor.formatOnPaste": true, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "[yaml]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.formatOnSave": true, | |
| "diffEditor.renderSideBySide": false, | |
| "shellcheck.customArgs": ["-x"], | |
| "go.lintTool": "golangci-lint", | |
| "go.lintFlags": ["--fast"], | |
| "aws.telemetry": false, | |
| "go.toolsManagement.autoUpdate": true, | |
| "testing.autoRun.delay": 500, | |
| "go.testOnSave": true, | |
| "go.coverageDecorator": {}, | |
| "go.coverOnSingleTestFile": true, | |
| "go.coverOnSave": true, | |
| "go.coverageOptions": "showCoveredCodeOnly", | |
| "[ruby]": { | |
| "editor.defaultFormatter": "mbessey.vscode-rufo" | |
| }, | |
| "solargraph.transport": "stdio", | |
| "solargraph.formatting": true, | |
| "solargraph.diagnostics": true, | |
| "editor.suggest.showMethods": true, | |
| "editor.suggest.preview": true, | |
| "editor.acceptSuggestionOnEnter": "on", | |
| "editor.snippetSuggestions": "top", | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.python" | |
| }, | |
| "terminal.integrated.minimumContrastRatio": 1, | |
| "python.linting.flake8Enabled": true, | |
| "[markdown]": { | |
| "editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
| }, | |
| "terminal.integrated.enableMultiLinePasteWarning": false, | |
| "sourcery.token": "user_9BNmQIN9B0lLUJeT18XCeQ6_g1rm60EYwWHL8KVWqmUsrdC_tECJc_rv5mo", | |
| "python.linting.mypyEnabled": true, | |
| "python.analysis.autoImportCompletions": true, | |
| "python.analysis.include": ["library/python-native"], | |
| "vs-kubernetes": { | |
| "vscode-kubernetes.minikube-path.mac": "/Users/eb/.vs-kubernetes/tools/minikube/darwin-arm64/minikube" | |
| }, | |
| "terraform.codelens.referenceCount": true, | |
| "terraform.experimentalFeatures.validateOnSave": true, | |
| "terraform.experimentalFeatures.prefillRequiredFields": true, | |
| "gitlens.codeLens.enabled": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment