Skip to content

Commit 9ab04ed

Browse files
authored
chore: Add categories and tags (#148)
The current [marketplace search](https://marketplace.visualstudio.com/search?term=refactor&target=VSCode&category=Linters&sortBy=Relevance) doesn't show Sourcery in Linters for `refactor` search term. This adds a bunch of keywords and categories.
1 parent 93f2a1e commit 9ab04ed

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,28 @@
1212
"publisher": "sourcery",
1313
"icon": "sourcery-icon.png",
1414
"keywords": [
15-
"Python",
16-
"refactoring"
15+
"ai",
16+
"copilot",
17+
"tabnine",
18+
"python",
19+
"javascript",
20+
"jupyter",
21+
"node.js",
22+
"nodejs",
23+
"node",
24+
"refactor",
25+
"refactoring",
26+
"typescript"
1727
],
1828
"engines": {
1929
"vscode": "^1.76.0"
2030
},
2131
"categories": [
22-
"Other"
32+
"Linters",
33+
"Machine Learning",
34+
"Other",
35+
"Programming Languages",
36+
"Snippets"
2337
],
2438
"activationEvents": [
2539
"onLanguage:python",

0 commit comments

Comments
 (0)