Skip to content

Commit 7cfeb2c

Browse files
committed
1 parent 36a510e commit 7cfeb2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extensions/configuration-editing/schemas/devContainer.schema.generated.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
"loginInteractiveShell",
376376
"interactiveShell"
377377
],
378-
"description": "User environment probe to run. The default is none."
378+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
379379
},
380380
"codespaces": {
381381
"type": "object",
@@ -778,7 +778,7 @@
778778
"loginInteractiveShell",
779779
"interactiveShell"
780780
],
781-
"description": "User environment probe to run. The default is none."
781+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
782782
},
783783
"codespaces": {
784784
"type": "object",
@@ -1147,7 +1147,7 @@
11471147
"loginInteractiveShell",
11481148
"interactiveShell"
11491149
],
1150-
"description": "User environment probe to run. The default is none."
1150+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
11511151
},
11521152
"codespaces": {
11531153
"type": "object",
@@ -1490,7 +1490,7 @@
14901490
"loginInteractiveShell",
14911491
"interactiveShell"
14921492
],
1493-
"description": "User environment probe to run. The default is none."
1493+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
14941494
},
14951495
"codespaces": {
14961496
"type": "object",
@@ -1798,7 +1798,7 @@
17981798
"loginInteractiveShell",
17991799
"interactiveShell"
18001800
],
1801-
"description": "User environment probe to run. The default is none."
1801+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
18021802
},
18031803
"codespaces": {
18041804
"type": "object",

extensions/configuration-editing/schemas/devContainer.schema.src.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"loginInteractiveShell",
275275
"interactiveShell"
276276
],
277-
"description": "User environment probe to run. The default is none."
277+
"description": "User environment probe to run. The default is \"loginInteractiveShell\"."
278278
},
279279
"codespaces": {
280280
"type": "object",

0 commit comments

Comments
 (0)