You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
487 B

10 months ago
{
// 在保存时格式化文件
"editor.formatOnSave": true,
// 文件格式化配置
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// 配置语言的文件关联
"files.associations": {
"pages.json": "jsonc", // pages.json 可以写注释
"manifest.json": "jsonc" // manifest.json 可以写注释
8 months ago
},
8 months ago
<<<<<<< HEAD
8 months ago
"eggHelper.serverPort": 57820
8 months ago
=======
8 months ago
"eggHelper.serverPort": 53488
8 months ago
>>>>>>> b43f705aac2540e8c44120068fa0efd8a2e163f1
10 months ago
}