-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 921 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
{
"name": "advanced-abap-snippet-generator",
"displayName": "Advanced ABAP snippet generator",
"description": "Advanced ABAP Code Snippets you can use to help speed up your development :)",
"version": "1.2.8",
"publisher": "BrandonCaulfield",
"repository": {
"type": "git",
"url": "https://github.com/brandoncaulfield/advanced-abap-snippet-generator"
},
"keywords": [
"ABAP",
"sap"
],
"extensionDependencies": [
"larshp.vscode-abap",
"frehu.abap-snippets",
"hudakf.cds",
"murbani.vscode-abap-remote-fs"
],
"icon": "icon.png",
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "abap",
"path": "./snippets/snippets.code-snippets"
}
]
}
}