We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bec579 commit 8b8e7bbCopy full SHA for 8b8e7bb
schemas/src/adaptedresource/manifest.yaml
@@ -16,7 +16,7 @@ markdownDescription: | # VS Code only
16
adapted resource manifest on a system, the manifest file must:
17
18
1. Be discoverable in the `PATH` environment variable.
19
- 1. Follow the naming convention `<name>.dsc.adaptedResource.json`.
+ 1. Follow the naming convention `<name>.dsc.adaptedresource.json`.
20
1. Be valid for this schema.
21
22
[01]: <DOCS_BASE_URL>/reference/schemas/adaptedresource/manifest/root?<DOCS_VERSION_PIN>
@@ -52,8 +52,11 @@ type: object
52
required:
53
- $schema
54
- type
55
+ - kind
56
- version
57
+ - capabilities
58
- requireAdapter
59
+ - path
60
- schema
61
properties:
62
$schema:
0 commit comments