Skip to content

Commit 341a450

Browse files
author
Greg Van Liew
authored
Merge pull request #3827 from microsoft/update-categories
Add new categories to the manifest doc.
2 parents 44c40b7 + e51e72d commit 341a450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/references/extension-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Every Visual Studio Code extension needs a manifest file `package.json` at the r
2222
| `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>"`. |
2323
| `displayName` | | `string` | The display name for the extension used in the Marketplace. |
2424
| `description` | | `string` | A short description of what your extension is and does. |
25-
| `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]` |
25+
| `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]` |
2626
| `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. |
2727
| `galleryBanner` | | `object` | Helps format the Marketplace header to match your icon. See details below. |
2828
| `preview` | | `boolean` | Sets the extension to be flagged as a Preview in the Marketplace. |

0 commit comments

Comments
 (0)