{
    "workbench.iconTheme": "material-icon-theme",
    "git.enableSmartCommit": true,
    "[json]": {
    
        "editor.quickSuggestions": {
            "strings": true
        },
        "editor.suggest.insertMode": "replace"
    }
}