9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
//格式化代码
|
|
"editor.snippetSuggestions": "inline",
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"codingcopilot.enableAutoCompletions": true
|
|
|
|
|
|
} |