Skip to content

Add new categories to the manifest doc. #3827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/references/extension-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Every Visual Studio Code extension needs a manifest file `package.json` at the r
| `license` | | `string` | Refer to [npm's documentation](https://docs.npmjs.com/files/package.json#license). If you do have a `LICENSE` file in the root of your extension, the value for `license` should be `"SEE LICENSE IN <filename>"`. |
| `displayName` | | `string` | The display name for the extension used in the Marketplace. |
| `description` | | `string` | A short description of what your extension is and does. |
| `categories` | | `string[]` | The categories you want to use for the extensions. Allowed values: `[Programming Languages, Snippets, Linters, Themes, Debuggers, Formatters, Keymaps, SCM Providers, Other, Extension Packs, Language Packs]` |
| `categories` | | `string[]` | The categories you want to use for the extensions. Allowed values: `[Programming Languages, Snippets, Linters, Themes, Debuggers, Formatters, Keymaps, SCM Providers, Other, Extension Packs, Language Packs, Data Science, Machine Learning, Visualization, Notebooks]` |
| `keywords` | | `array` | An array of **keywords** to make it easier to find the extension. These are included with other extension **Tags** on the Marketplace. This list is currently limited to 5 keywords. |
| `galleryBanner` | | `object` | Helps format the Marketplace header to match your icon. See details below. |
| `preview` | | `boolean` | Sets the extension to be flagged as a Preview in the Marketplace. |
Expand Down