This commit is contained in:
Christof Marti 2020-10-19 17:50:36 +02:00
parent dbc90498b4
commit bfe35d4427
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
},
"settings": {
"$ref": "vscode://schemas/settings/machine",
"description": "Machine specific settings that should be copied into the container."
"description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time."
},
"remoteEnv": {
"type": "object",

View file

@ -23,7 +23,7 @@
},
"settings": {
"$ref": "vscode://schemas/settings/machine",
"description": "Machine specific settings that should be copied into the container."
"description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again."
},
"forwardPorts": {
"type": "array",