Skip to content

Commit 863a7b8

Browse files
Apply suggestions from code review
Co-authored-by: James Titcumb <[email protected]>
1 parent d6a347c commit 863a7b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/extension-maintainers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,14 @@ to restrict the Operating System compatibility.
249249
* `os-families` An array of OS families to mark as compatible with the extension.
250250
(e.g. `"os-families": ["windows"]` for an extension only available on Windows)
251251
* `os-families-exclude` An array of OS families to mark as incompatible with the
252-
extension. (e.g. `"os-families-exclude": ["windows"]` for an extension cannot
253-
be installed available on Windows)
252+
extension. (e.g. `"os-families-exclude": ["windows"]` for an extension that
253+
cannot be installed available on Windows)
254254

255255
The list of accepted OS families: "windows", "bsd", "darwin", "solaris", "linux",
256256
"unknown"
257257

258-
> Note: only once of `os-families` and `os-families-exclude` can be defined.
258+
> [!WARNING]
259+
> Only one of `os-families` and `os-families-exclude` can be defined.
259260
260261
#### Extension dependencies
261262

0 commit comments

Comments
 (0)