Procházet zdrojové kódy

chore: 删除推荐 vsc 插件中的 christian-kohler.path-intellisense,路径提示功能,vsc 已经原生提供了

Utopia před 6 měsíci
rodič
revize
6b3e8508b2
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      .vscode/extensions.json

+ 1 - 2
.vscode/extensions.json

@@ -10,7 +10,6 @@
     "uni-helper.uni-highlight-vscode",
     "uni-helper.uni-highlight-vscode",
     "uni-helper.uni-ui-snippets-vscode",
     "uni-helper.uni-ui-snippets-vscode",
     "uni-helper.uni-app-snippets-vscode",
     "uni-helper.uni-app-snippets-vscode",
-    "streetsidesoftware.code-spell-checker",
-    "christian-kohler.path-intellisense"
+    "streetsidesoftware.code-spell-checker"
   ]
   ]
 }
 }