mirror of
https://git.oceanpay.cc/danial/itunes_server.git
synced 2025-12-18 10:59:47 +00:00
chore(vscode): 配置文件关联设置
- 添加csv文件扩展名的语言关联 - 为cjson文件配置jsonc语言支持 - 设置wxss文件关联为css语言模式 - 将wxs文件识别为javascript语言 - 明确.js文件的语言类型为javascript - 新增new文件的语言关联为cpp
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.csv": "csv (colon)",
|
||||
"*.cjson": "jsonc",
|
||||
"*.wxss": "css",
|
||||
"*.wxs": "javascript",
|
||||
"*.js": "javascript",
|
||||
"new": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user