Created
June 5, 2024 23:57
-
-
Save akash-kd/2f050bdb065cc614012a0f40b1b6ba09 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
| { | |
| "editor.accessibilitySupport": "off", | |
| "workbench.colorTheme": "Tokyo Night", | |
| "editor.fontSize": 16, | |
| "editor.fontFamily": "Monaco, 'Courier New', monospace", | |
| "editor.lineHeight": 1.6, | |
| "editor.fontWeight": 500, | |
| "editor.minimap.maxColumn": 200, | |
| "terminal.integrated.fontSize": 18, | |
| "terminal.integrated.fontWeight": 700, | |
| "editor.minimap.size": "fit", | |
| "terminal.integrated.minimumContrastRatio": 3, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "git.enableSmartCommit": true, | |
| "workbench.iconTheme": "eq-material-theme-icons-darker", | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.fontLigatures": true, | |
| "cSpell.userWords": [ | |
| "autohide", | |
| "blueprintjs", | |
| "esbenp", | |
| "expandedx", | |
| "expandedy", | |
| "halign", | |
| "horizontalalign", | |
| "marginx", | |
| "marginy", | |
| "paddingx", | |
| "paddingy", | |
| "verticalalign" | |
| ], | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "github.copilot.enable": { | |
| "markdown": "true" | |
| }, | |
| "git.autofetch": true, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "redhat.telemetry.enabled": true, | |
| "git.confirmSync": false, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.minimap.sectionHeaderFontSize": 20, | |
| "editor.minimap.scale": 3, | |
| "editor.minimap.autohide": true, | |
| "[svelte]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "svelte.enable-ts-plugin": true, | |
| "dart.flutterSdkPath": "/Users/akk017/flutter", | |
| "dart.flutterHotReloadOnSave": "all", | |
| "dart.hotReloadOnSave": "all", | |
| "files.autoSave": "afterDelay", | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| "editor.minimap.enabled": false, | |
| "supermaven.enable": { | |
| "*": true | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment