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

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

This reverts commit f643cad6.
上级 333686e9
......@@ -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",
......
......@@ -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": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册