-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "odoo-snippets",
"displayName": "Odoo Snippets",
"description": "Odoo snippets for all the versions",
"publisher": "scapigliato",
"version": "0.2.2",
"license": "LGPL-3.0-or-later",
"author": {
"name": "Francesco Apruzzese"
},
"galleryBanner": {
"color": "#875A7B"
},
"bugs": {
"url": "https://github.com/OpenCode/vsc-odoo-snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenCode/vsc-odoo-snippets.git"
},
"engines": {
"vscode": "^1.32.0"
},
"categories": [
"Snippets"
],
"keywords": [
"odoo", "openerp", "python", "xml", "module"
],
"icon": "readme/icon.png",
"contributes": {
"snippets": [
{
"language": "python",
"path": "./snippets/odoo.json"
},
{
"language": "xml",
"path": "./snippets/xml.json"
}
]
}
}