Skip to content

Commit 86af0fa

Browse files
committed
improved package.json
1 parent a4ca633 commit 86af0fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "emmylua",
3-
"displayName": "emmylua",
3+
"displayName": "EmmyLua",
44
"description": "EmmyLua plugin for vscode",
55
"version": "0.0.1",
66
"publisher": "tangzx",
77
"engines": {
88
"vscode": "^1.21.0"
99
},
1010
"categories": [
11-
"Other"
11+
"Languages",
12+
"Debuggers"
1213
],
1314
"activationEvents": [
1415
"onLanguage:EmmyLua"
@@ -17,6 +18,9 @@
1718
"type": "git",
1819
"url": "https://github.com/EmmyLua/VSCode-EmmyLua"
1920
},
21+
"bugs": {
22+
"url": "https://github.com/EmmyLua/VSCode-EmmyLua/issues"
23+
},
2024
"main": "./out/extension",
2125
"contributes": {
2226
"commands": [

0 commit comments

Comments
 (0)