@@ -37,6 +37,9 @@
"vitest.explorer",
"ms-playwright.playwright"
],
+ "settings": {
+ "terminal.integrated.defaultProfile.linux": "bash"
+ }
}
},
@@ -17,7 +17,10 @@
"dbaeumer.vscode-eslint",
"mhutchie.git-graph",
"eamodio.gitlens"
- ]
+ ],
@@ -8,7 +8,7 @@ sudo apt-get clean -y
SHELL=bash pnpm setup
eval "$(cat /home/node/.bashrc)"
# Update pnpm
-pnpm add -g pnpm
+pnpm i -g pnpm
# Install turbo
pnpm install turbo --global