Skip to content

Commit 7b05f58

Browse files
committed
Fix to avoid error when publishing
The following error happened. ``` $ vsce publish Publishing msysyamamoto.vscode-fluentd@0.0.4... Error: The category 'Languages' is not available in language 'en-us'. ```
1 parent d1b7db4 commit 7b05f58

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"engines": {
1818
"vscode": "^1.14.0"
1919
},
20-
"categories": [
21-
"Languages"
22-
],
2320
"contributes": {
2421
"languages": [
2522
{

0 commit comments

Comments
 (0)