mirror of
https://github.com/Sosokker/chefhai.git
synced 2025-12-19 05:54:08 +01:00
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"source.sortMembers": "explicit"
|
|
},
|
|
"IDX.aI.enableInlineCompletion": true,
|
|
"IDX.aI.enableCodebaseIndexing": true
|
|
}
|