Explorar o código

🐎 ci(vscode): 修改项目设置信息

陈雪 hai 1 mes
pai
achega
4015ffce73
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      .vscode/settings.json

+ 1 - 7
.vscode/settings.json

@@ -16,12 +16,6 @@
   "css.validate": false,
   "less.validate": false,
   "scss.validate": false,
-  "[shellscript]": {
-    "editor.defaultFormatter": "foxundermoon.shell-format"
-  },
-  "[dotenv]": {
-    "editor.defaultFormatter": "foxundermoon.shell-format"
-  },
   "[vue]": {
     "editor.defaultFormatter": "esbenp.prettier-vscode"
   },
@@ -64,5 +58,5 @@
     ".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
   },
   "i18n-ally.localesPaths": ["src/locale"],
-  "i18n-ally.keystyle": "nested"
+  "i18n-ally.keystyle": "flat"
 }