提交 8046438b 编写于 作者: C Christof Marti

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

This reverts commit f643cad6.
上级 333686e9
...@@ -3,11 +3,9 @@ ...@@ -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",
......
...@@ -3,11 +3,9 @@ ...@@ -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 @@ ...@@ -65,7 +63,6 @@
}, },
"nonComposeBase": { "nonComposeBase": {
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"appPort": { "appPort": {
"type": [ "type": [
...@@ -134,7 +131,6 @@ ...@@ -134,7 +131,6 @@
}, },
"dockerFileContainer": { "dockerFileContainer": {
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"dockerFile": { "dockerFile": {
"type": "string", "type": "string",
...@@ -151,7 +147,6 @@ ...@@ -151,7 +147,6 @@
}, },
"imageContainer": { "imageContainer": {
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"image": { "image": {
"type": "string", "type": "string",
...@@ -164,7 +159,6 @@ ...@@ -164,7 +159,6 @@
}, },
"composeContainer": { "composeContainer": {
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"dockerComposeFile": { "dockerComposeFile": {
"type": [ "type": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册