vscode-manifest
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Extension Manifest

Contains TypeScript types, JSON schema and compiled validator for VSCode Extension Manifest.

For types and methods, see API

But note, that ExtensionManifest contains only manifest-specific fields and ExtensionManifestRequired contains all manifest-specific fields (with required ones) + required fields from package.json type.

In preview! The extraction process is WIP. Not all fields of contributes are available, but it already contains all required top-level fields. Mainly used for validating to publish, but can also be used for displaying suggestions.

Schema is available (json is coming soon) via require('vscode-manifest/build/vscode-manifest-schema.js') as default export.

How Extracted

Obsolete, needs review

The golden file is vscode-manifest-schema.json

See script, that used for extraction

Package Sidebar

Install

npm i vscode-manifest

Weekly Downloads

4

Version

0.0.4

License

none

Unpacked Size

112 kB

Total Files

19

Last publish

Collaborators

  • zardoy