mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
devcontainer schema: handle deprecated properties (#156425)
This commit is contained in:
committed by
GitHub
parent
93340ffab9
commit
857412ab10
@@ -177,6 +177,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"codespaces": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"description": "Codespaces-specific configuration.",
|
||||
"deprecated": true,
|
||||
"deprecationMessage": "Use 'customizations/codespaces' instead"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user