File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -139,4 +139,4 @@ $RECYCLE.BIN/
139
139
140
140
out
141
141
.vscode-test /
142
- .vsix
142
+ * .vsix
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
5
5
"version" : " 0.0.1" ,
6
6
"publisher" : " apng" ,
7
7
"author" : {
8
8
"name" : " Adrian Png" ,
9
9
"email" : " adrian.png@fuzziebrain.com" ,
10
10
"url" : " https://github.com/fuzziebrain"
11
11
},
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/fuzziebrain/orclapex-autocomplete"
15
+ },
16
+ "icon" : " images/apex.png" ,
12
17
"license" : " MIT" ,
13
18
"engines" : {
14
19
"vscode" : " ^1.18.0"
21
26
" apex" ,
22
27
" orclapex" ,
23
28
" oracle" ,
24
- " application" ,
25
- " express" ,
26
- " intellisense" ,
27
- " autocomplete" ,
28
- " code" ,
29
- " hint"
29
+ " intellisense"
30
30
],
31
31
"activationEvents" : [
32
32
" onLanguage:plsql"
You can’t perform that action at this time.
0 commit comments