Skip to content

Commit 4bf21e7

Browse files
committed
Updated for packaging and distribution.
1 parent 5b60eeb commit 4bf21e7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ $RECYCLE.BIN/
139139

140140
out
141141
.vscode-test/
142-
.vsix
142+
*.vsix

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"name": "orclapex-autocomplete",
3-
"displayName": "orclapex-autocomplete",
4-
"description": "Intellisense support for PL/SQL and Oracle Application Express APIs",
3+
"displayName": "Intellisense for the Oracle Application Express Developer",
4+
"description": "Intellisense support for Oracle Database and Oracle Application Express APIs",
55
"version": "0.0.1",
66
"publisher": "apng",
77
"author": {
88
"name": "Adrian Png",
99
"email": "adrian.png@fuzziebrain.com",
1010
"url": "https://github.com/fuzziebrain"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/fuzziebrain/orclapex-autocomplete"
15+
},
16+
"icon": "images/apex.png",
1217
"license": "MIT",
1318
"engines": {
1419
"vscode": "^1.18.0"
@@ -21,12 +26,7 @@
2126
"apex",
2227
"orclapex",
2328
"oracle",
24-
"application",
25-
"express",
26-
"intellisense",
27-
"autocomplete",
28-
"code",
29-
"hint"
29+
"intellisense"
3030
],
3131
"activationEvents": [
3232
"onLanguage:plsql"

0 commit comments

Comments
 (0)