feat(custom): 增加游戏列表排序

This commit is contained in:
2024-03-07 18:57:16 +08:00
parent da59528747
commit 59f53fbc37
3 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.env.*": "dotenv",