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 可以写注释
}
}