Created
July 22, 2025 07:51
-
-
Save msShanky/96eddd3955e685d7563a6808b0c41053 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
| { | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "prettier.endOfLine": "crlf", | |
| "files.eol": "\r\n", | |
| "files.associations": { | |
| ".env": "plaintext", | |
| "*.css": "tailwindcss", | |
| ".env*": "dotenv" | |
| }, | |
| "explorer.confirmDelete": false, | |
| "prettier.printWidth": 120, | |
| "editor.tabSize": 2, | |
| "cSpell.userWords": ["Narayanan", "SQLALCHEMY"], | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "editor.insertSpaces": false, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "redhat.telemetry.enabled": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "tailwindCSS.includeLanguages": { | |
| "plaintext": "html", | |
| "typescriptreact": "javascript", | |
| "typescript": "javascript" | |
| }, | |
| "tailwindCSS.experimental.classRegex": [ | |
| "tw`([^`]*)", // tw`...` | |
| "tw\\.[^`]+`([^`]*)`", // tw.xxx<xxx>`...` | |
| "tw\\(.*?\\).*?`([^`]*)" // tw(Component)<xxx>`...` | |
| ], | |
| "tabnine.experimentalAutoImports": true, | |
| "npm.keybindingsChangedWarningShown": true, | |
| "[scss]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.colorTheme": "GitHub Dark Default", | |
| "todo-tree.highlights.enabled": false, | |
| "git.autofetch": true, | |
| "editor.tokenColorCustomizations": { | |
| "[*Light*]": { | |
| "textMateRules": [ | |
| { | |
| "scope": "ref.matchtext", | |
| "settings": { | |
| "foreground": "#000" | |
| } | |
| } | |
| ] | |
| }, | |
| "[*Dark*]": { | |
| "textMateRules": [ | |
| { | |
| "scope": "ref.matchtext", | |
| "settings": { | |
| "foreground": "#fff" | |
| } | |
| } | |
| ] | |
| }, | |
| "textMateRules": [] | |
| }, | |
| "[markdown]": { | |
| "editor.defaultFormatter": "DavidAnson.vscode-markdownlint" | |
| }, | |
| "editor.linkedEditing": true, | |
| "editor.quickSuggestions": { | |
| "strings": "on" | |
| }, | |
| "[dockercompose]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "python.autoComplete.extraPaths": [], | |
| "[python]": { | |
| "editor.tabSize": 4, | |
| "editor.insertSpaces": true, | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.formatOnSave": true | |
| }, | |
| "editor.renderWhitespace": "all", | |
| "python.analysis.extraPaths": [], | |
| "[yaml]": { | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| "git.enableSmartCommit": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "terminal.integrated.fontFamily": "MesloLGM NFM", | |
| "terminal.integrated.minimumContrastRatio": 1, | |
| "python.formatting.provider": "none", | |
| "python.formatting.blackArgs": ["--line-length", "120"], | |
| "todo-tree.general.tags": ["BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]", "WIP"], | |
| "debug.javascript.autoAttachFilter": "onlyWithFlag", | |
| "dotenv.enableAutocloaking": false, | |
| "git.openRepositoryInParentFolders": "always", | |
| "githubPullRequests.pullBranch": "never", | |
| "window.titleBarStyle": "custom", | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "explorer.fileNesting.enabled": true, | |
| "workbench.startupEditor": "none", | |
| "debug.onTaskErrors": "debugAnyway", | |
| "codeium.enableConfig": { | |
| "*": true, | |
| "prisma": true, | |
| "ignore": true, | |
| "pip-requirements": true | |
| }, | |
| "python.languageServer": "Pylance", | |
| "python.analysis.diagnosticSeverityOverrides": {}, | |
| "todohighlight.include": [ | |
| "**/*.js", | |
| "**/*.jsx", | |
| "**/*.ts", | |
| "**/*.tsx", | |
| "**/*.html", | |
| "**/*.php", | |
| "**/*.css", | |
| "**/*.scss", | |
| "**/*.txt" | |
| ], | |
| "todohighlight.keywords": [ | |
| { | |
| "text": "DOUBT:", | |
| "color": "#ffffff", | |
| "backgroundColor": "green", | |
| "overviewRulerColor": "grey" | |
| } | |
| ], | |
| "jest.autoRun": {}, | |
| // "python.formatting.autopep8Args": ["--max-line-length", "120", "--experimental"], | |
| // "python.testing.pytestEnabled": true, | |
| // "python.linting.enabled": true, | |
| // "python.linting.pylintEnabled": true, | |
| // "python.analysis.typeCheckingMode": "off", | |
| // "python.analysis.extraPaths": [] | |
| "workbench.colorCustomizations": { | |
| "editorCursor.background": "#FF930F", | |
| "editorCursor.foreground": "#FF930F", | |
| "editor.background": "#000000", | |
| "activityBar.background": "#000000", | |
| "statusBar.background": "#000000", | |
| "terminal.background": "#000000", | |
| "terminal.dropBackground": "#0f1012", | |
| "sideBar.background": "#0f1012", | |
| "tab.activeBackground": "#000000", | |
| "panel.background": "#000000", | |
| "titleBar.activeBackground": "#000000", | |
| "[Default Dark Modern]": {} | |
| }, | |
| "explorer.confirmDragAndDrop": false, | |
| "[nginx]": { | |
| "editor.defaultFormatter": "raynigon.nginx-formatter" | |
| }, | |
| "[dockerfile]": { | |
| "editor.defaultFormatter": "ms-azuretools.vscode-containers" | |
| }, | |
| "cloudcode.duetAI.project": "ml-mps-app-exp-cnslt-d-6a6e", | |
| "tailwindCSS.classAttributes": ["class", "className", "ngClass", ".*Class.*", ".*Styles.*", "clsx", ".*clsx.*"], | |
| "prisma.showPrismaDataPlatformNotification": false, | |
| "scm.showHistoryGraph": false, | |
| "solidity.telemetry": true, | |
| "sonarlint.rules": { | |
| "typescript:S5843": { | |
| "level": "off" | |
| }, | |
| "typescript:S6844": { | |
| "level": "on" | |
| }, | |
| "css:S4662": { | |
| "level": "off" | |
| } | |
| }, | |
| "typescript.preferGoToSourceDefinition": true, | |
| "javascript.preferGoToSourceDefinition": true, | |
| "gitlens.launchpad.indicator.enabled": false, | |
| "notebook.lineNumbers": "on", | |
| "docker.extension.enableComposeLanguageServer": false, | |
| "github.copilot.nextEditSuggestions.enabled": false, | |
| "editor.useTabStops": false, | |
| "github.copilot.enable": { | |
| "*": false, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment