Update name description (vscode-remote-release#6143)

This commit is contained in:
Christof Marti 2022-01-21 09:13:00 +01:00
parent 01a976f80c
commit 5c93230bfb
2 changed files with 6 additions and 6 deletions

View file

@ -109,7 +109,7 @@
},
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",
@ -512,7 +512,7 @@
},
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",
@ -881,7 +881,7 @@
},
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",
@ -1224,7 +1224,7 @@
},
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",
@ -1532,7 +1532,7 @@
"properties": {
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",

View file

@ -9,7 +9,7 @@
"properties": {
"name": {
"type": "string",
"description": "A name to show for the workspace folder."
"description": "A name for the dev container displayed in the UI."
},
"extensions": {
"type": "array",