mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
No additional properties (fixes microsoft/vscode-remote-release#2222)
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
"description": "Configures an attached to container",
|
||||
"allowComments": true,
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"definitions": {
|
||||
"attachContainer": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"workspaceFolder": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user