Revert "No additional properties (fixes microsoft/vscode-remote-release#2222)"

This reverts commit f643cad6e3.
This commit is contained in:
Christof Marti 2020-01-30 12:50:07 +01:00
parent 333686e9b3
commit 8046438bb1
2 changed files with 0 additions and 8 deletions

View file

@ -3,11 +3,9 @@
"description": "Configures an attached to container",
"allowComments": true,
"type": "object",
"additionalProperties": false,
"definitions": {
"attachContainer": {
"type": "object",
"additionalProperties": false,
"properties": {
"workspaceFolder": {
"type": "string",

View file

@ -3,11 +3,9 @@
"description": "Defines a dev container",
"allowComments": true,
"type": "object",
"additionalProperties": false,
"definitions": {
"devContainerCommon": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
@ -65,7 +63,6 @@
},
"nonComposeBase": {
"type": "object",
"additionalProperties": false,
"properties": {
"appPort": {
"type": [
@ -134,7 +131,6 @@
},
"dockerFileContainer": {
"type": "object",
"additionalProperties": false,
"properties": {
"dockerFile": {
"type": "string",
@ -151,7 +147,6 @@
},
"imageContainer": {
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"type": "string",
@ -164,7 +159,6 @@
},
"composeContainer": {
"type": "object",
"additionalProperties": false,
"properties": {
"dockerComposeFile": {
"type": [