mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Settings copied only once (microsoft/vscode-remote-release#484)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user