Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions news/3 Code Health/12844.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update categories in `package.json`.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.47.0"
},
"keywords": [
"python",
Expand All @@ -43,7 +43,10 @@
"Snippets",
"Formatters",
"Other",
"Extension Packs"
"Extension Packs",
"Data Science",
"Machine Learning",
"Notebooks"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to add Jupyter? Would think that people might search for that as much as "notebooks"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are built in words in the package.json, i.e. categories that show up in marketplace.

],
"activationEvents": [
"onLanguage:python",
Expand Down