ZEUS-8B-CHAT / .vscode /settings.json
T145
Updated linting
010ff90
raw
history blame
114 Bytes
{
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
}