update most of packages

This commit is contained in:
2021-07-31 18:48:52 +00:00
parent 7d3864322a
commit dc96925032
10 changed files with 2597 additions and 2922 deletions

View File

@@ -8,7 +8,6 @@
"workspaceFolder": "/workspace",
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"sqltools.connections": [
{
"name": "MySQL",
@@ -48,7 +47,7 @@
3000
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm config set unsafe-perm=true && npm i && cd frontend && npm i",
// "postCreateCommand": "npm config set unsafe-perm=true && npm i && cd frontend && npm i",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
}