Skip to content

Instantly share code, notes, and snippets.

@sjoness
Created September 22, 2025 19:52
Show Gist options
  • Select an option

  • Save sjoness/74d6e231d74d5b631ac9c76e18e6d6aa to your computer and use it in GitHub Desktop.

Select an option

Save sjoness/74d6e231d74d5b631ac9c76e18e6d6aa to your computer and use it in GitHub Desktop.
VSCode settings
{
"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