-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.11 KB
/
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
{
"name": "power-platform-connectors",
"displayName": "Power Platform Connectors",
"description": "This extension will help you develop Power Platform Connectors. It will provide snippets to help you develop custom connectors more easily. The snippets will contain all the properties that you need and the samples in the snippets will adhere to best practices.",
"version": "0.4.1",
"publisher": "DanielLaskewitz",
"icon": "assets/power-platform-connectors.png",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Snippets"
],
"keywords": [
"Microsoft Power Platform",
"Power Platform",
"Microsoft Power Apps",
"Power Apps",
"Microsoft Power Automate",
"Power Automate",
"Logic Apps",
"Azure Logic Apps",
"Microsoft Logic Apps",
"Custom Connectors",
"Power Platform Connectors"
],
"contributes": {
"snippets": [
{
"language": "json",
"path": "./snippets/snippets.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Laskewitz/vscode-power-platform-connectors"
}
}