cb/.vscode/settings.json
2025-09-24 17:45:57 +08:00

9 lines
180 B
JSON

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