Skip to content

Commit cf46ae4

Browse files
authored
Remove the Formatters category from package.json (#606)
* Correctly depend on vscode.git * Remove Formatters category
1 parent a28725b commit cf46ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"categories": [
2424
"Programming Languages",
25-
"Formatters",
2625
"Azure"
2726
],
2827
"tags": [
@@ -111,6 +110,9 @@
111110
}
112111
]
113112
},
113+
"extensionDependencies": [
114+
"vscode.git"
115+
],
114116
"scripts": {
115117
"vscode:prepublish": "npm run compile",
116118
"compile": "webpack --mode production --progress --color",

0 commit comments

Comments
 (0)