Skip to content

Commit 8b8e7bb

Browse files
committed
Resolve two remarks Copilot
1 parent 9bec579 commit 8b8e7bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

schemas/src/adaptedresource/manifest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ markdownDescription: | # VS Code only
1616
adapted resource manifest on a system, the manifest file must:
1717
1818
1. Be discoverable in the `PATH` environment variable.
19-
1. Follow the naming convention `<name>.dsc.adaptedResource.json`.
19+
1. Follow the naming convention `<name>.dsc.adaptedresource.json`.
2020
1. Be valid for this schema.
2121
2222
[01]: <DOCS_BASE_URL>/reference/schemas/adaptedresource/manifest/root?<DOCS_VERSION_PIN>
@@ -52,8 +52,11 @@ type: object
5252
required:
5353
- $schema
5454
- type
55+
- kind
5556
- version
57+
- capabilities
5658
- requireAdapter
59+
- path
5760
- schema
5861
properties:
5962
$schema:

0 commit comments

Comments
 (0)