Skip to content

Commit 5a66c09

Browse files
authored
Merge pull request #1838 from iterative/add-more-extension-categories
Extension: add more tags and categories
2 parents d20c6b4 + 551983a commit 5a66c09

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

extension/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@
2020
"homepage": "https://github.com/iterative/vscode-dvc/README.md",
2121
"keywords": [
2222
"iterative",
23-
"data",
24-
"version",
25-
"control",
23+
"data version control",
24+
"plots",
25+
"experiment tracking",
26+
"hyperparameters",
27+
"dataset",
2628
"dvc"
2729
],
2830
"categories": [
31+
"Machine Learning",
2932
"Data Science",
30-
"Visualization"
33+
"Visualization",
34+
"SCM Providers"
3135
],
3236
"galleryBanner": {
3337
"color": "#333",

0 commit comments

Comments
 (0)