暂无描述

extensions.json 330B

12345678910111213
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "dbaeumer.vscode-eslint",
  6. "EditorConfig.EditorConfig",
  7. "sonarsource.sonarlint-vscode",
  8. "streetsidesoftware.code-spell-checker",
  9. "Vue.volar",
  10. "vitest.explorer"
  11. ]
  12. }