This commit is contained in:
Christof Marti 2020-01-30 15:47:54 +01:00
parent d9e8e29b06
commit c27b6b0607
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Configures an attached to container",
"allowComments": true,
"allowTrailingCommas": true,
"type": "object",
"definitions": {
"attachContainer": {

View file

@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Defines a dev container",
"allowComments": true,
"allowTrailingCommas": true,
"type": "object",
"definitions": {
"devContainerCommon": {