Skip to content

Commit 2777bfa

Browse files
Features - Document 'deprecated' (devcontainers#115)
1 parent 4b31945 commit 2777bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_implementors/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The properties of the file are as follows:
5151
| `entrypoint` | string | Set if the feature requires an "entrypoint" script that should fire at container start up. |
5252
| `customizations` | object | Product specific properties, each namespace under `customizations` is treated as a separate set of properties. For each of this sets the object is parsed, values are replaced while arrays are set as a union. |
5353
| `installsAfter` | array | Array of ID's of Features that should execute before this one. Allows control for feature authors on soft dependencies between different Features. |
54+
| `deprecated` | boolean | Indicates that the Feature is deprecated, and will not receive any further updates/support. This property is intended to be used by the supporting tools for highlighting Feature deprecation. |
5455
{: .table .table-bordered .table-responsive}
5556

5657
### <a href="#options-property" name="options-property" class="anchor"> The `options` property </a>

0 commit comments

Comments
 (0)