Browse Source

fix: the warning of VSCode extensions

Snoword 2 years ago
parent
commit
a368c21fb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vscode/extensions.json

+ 1 - 1
.vscode/extensions.json

@@ -1,3 +1,3 @@
 {
-  "recommendations": ["johnsoncodehk.volar", "lokalise.i18n-ally"]
+  "recommendations": ["vue.volar", "lokalise.i18n-ally"]
 }