Created
September 22, 2025 19:52
-
-
Save sjoness/74d6e231d74d5b631ac9c76e18e6d6aa to your computer and use it in GitHub Desktop.
VSCode settings
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
| { | |
| "dart.flutterSdkPath": "<dir>", | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "inlineChat.mode": "live", | |
| "editor.formatOnSave": true, | |
| "dart.debugExternalPackageLibraries": false, | |
| "dart.debugSdkLibraries": false, | |
| "github.copilot.chat.localeOverride": "en", | |
| "github.copilot.chat.codeSearch.enabled": true, | |
| "github.copilot.advanced": {}, | |
| "prettier.tabWidth": 4, | |
| "editor.minimap.autohide": "mouseover", | |
| "gitlens.ai.model": "vscode", | |
| "gitlens.ai.vscode.model": "copilot:gpt-4.1", | |
| "git.confirmSync": false, | |
| "editor.codeActionsOnSave": { | |
| "source.organizeImports": "explicit" | |
| }, | |
| "editor.fontFamily": "Atkinson Hyperlegible Mono", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 14, | |
| "github.copilot.nextEditSuggestions.enabled": true, | |
| "github.copilot.chat.generateTests.codeLens": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment