cb/.vscode/settings.json
2025-07-10 11:50:42 +08:00

9 lines
180 B
JSON

{
//格式化代码
"editor.snippetSuggestions": "inline",
"editor.formatOnType": true,
"editor.formatOnSave": true,
"codingcopilot.enableAutoCompletions": true
}