{
  "dart.flutterSdkPath": "C:\\develop\\flutter",
  "files.autoSave": "afterDelay",
  "editor.inlineSuggest.enabled": false,
  "editor.inlineSuggest.edits.enabled": false,
  "editor.suggest.preview": false,
  "editor.quickSuggestions": {
    "other": true,
    "comments": false,
    "strings": false
  },
  "editor.quickSuggestionsDelay": 100,
  "editor.suggestOnTriggerCharacters": true,
  "editor.parameterHints.enabled": true,
  "editor.acceptSuggestionOnEnter": "smart",
  "editor.tabCompletion": "onlySnippets",
  "editor.snippetSuggestions": "top",
  "editor.suggest.showSnippets": true,
  "dart.completeFunctionCalls": true,
  "github.copilot.enable": {
    "*": false,
    "dart": false,
    "yaml": false
  },
  "[dart]": {
    "editor.inlineSuggest.enabled": false,
    "editor.suggest.preview": false,
    "editor.quickSuggestions": {
      "other": true,
      "comments": false,
      "strings": false
    },
    "editor.quickSuggestionsDelay": 100,
    "editor.suggestOnTriggerCharacters": true,
    "editor.parameterHints.enabled": true,
    "editor.acceptSuggestionOnEnter": "smart",
    "editor.tabCompletion": "onlySnippets",
    "editor.snippetSuggestions": "top",
    "editor.suggest.showSnippets": true
  },
  "workbench.colorTheme": "Theme Darker",
  "workbench.iconTheme": "icons",
  "editor.wordWrap": "on",
  "extensions.autoUpdate": false,
  "extensions.autoCheckUpdates": false
}
