зеркало из https://github.com/microsoft/jacdac-ts.git
updated container settings
This commit is contained in:
Родитель
f27ae205d7
Коммит
6a2516a9df
|
@ -5,28 +5,24 @@
|
|||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||
"args": { "VARIANT": "12" }
|
||||
"args": {
|
||||
"VARIANT": "12"
|
||||
}
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
|
||||
"settings": {},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"eamodio.gitlens",
|
||||
"graphql.vscode-graphql",
|
||||
"silvenon.mdx"
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [8080, 8000],
|
||||
|
||||
"forwardPorts": [
|
||||
8080,
|
||||
8000
|
||||
],
|
||||
// Specifies a command that should be run after the container has been created.
|
||||
"postCreateCommand": "yarn install --frozen-lockfile",
|
||||
|
||||
// Comment out the next line to run as root instead.
|
||||
"remoteUser": "node"
|
||||
}
|
||||
}
|
|
@ -7,5 +7,8 @@
|
|||
"files.eol": "\n",
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a0b6e3877f23b8ee7017468df8b94e25667395ff
|
||||
Subproject commit 30979ca22a45d36e7f33ed98fa2a7378baa75ebf
|
Загрузка…
Ссылка в новой задаче