feat(vscode): 关联文件
This commit is contained in:
parent
3f77027ebc
commit
331b0fbfb2
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -20,5 +20,10 @@
|
|||||||
},
|
},
|
||||||
"[dotenv]": {
|
"[dotenv]": {
|
||||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||||
|
},
|
||||||
|
// 配置语言的文件关联
|
||||||
|
"files.associations": {
|
||||||
|
"pages.json": "jsonc", // pages.json 可以写注释
|
||||||
|
"manifest.json": "jsonc" // manifest.json 可以写注释
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user