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", "description": "Configures an attached to container",
"allowComments": true, "allowComments": true,
"type": "object", "type": "object",
"additionalProperties": false,
"definitions": { "definitions": {
"attachContainer": { "attachContainer": {
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"workspaceFolder": { "workspaceFolder": {
"type": "string", "type": "string",

View file

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