feat(vscode): 关联文件

This commit is contained in:
Burt 2023-12-24 19:37:39 +08:00
parent 3f77027ebc
commit 331b0fbfb2

View File

@ -20,5 +20,10 @@
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
//
"files.associations": {
"pages.json": "jsonc", // pages.json
"manifest.json": "jsonc" // manifest.json
}
}