Explorar el Código

chore: vscode setting use pnpm

xingyu hace 2 años
padre
commit
2df15acb26
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -1,6 +1,7 @@
 {
   "typescript.tsdk": "node_modules/typescript/lib",
   "prettier.enable": true,
+  "npm.packageManager": "pnpm",
   "editor.formatOnType": true,
   "editor.formatOnSave": true,
   "editor.formatOnPaste": true,